mirror of
https://git.freebsd.org/ports.git
synced 2025-07-02 10:00:37 -04:00
of libarchive - bump PORTREVISION (shared lib version chase) Submitted by: glewis (by mail)
20 lines
707 B
Text
20 lines
707 B
Text
--- GNUmakefile.in.orig 2013-01-20 00:33:20.000000000 -0800
|
|
+++ GNUmakefile.in 2013-03-23 10:00:18.000000000 -0700
|
|
@@ -19,7 +19,7 @@
|
|
sbindir=@sbindir@
|
|
mandir=@mandir@
|
|
sysconfdir=@sysconfdir@
|
|
-datadir=@datadir@/rdup
|
|
+datadir=@datadir@
|
|
|
|
ARCHIVE_L=@ARCHIVE_L@
|
|
NETTLE_L=@NETTLE_L@
|
|
@@ -28,7 +28,7 @@
|
|
GLIB_LIBS=@GLIB_LIBS@
|
|
LIBS=@LIBS@
|
|
DEBUG=@DEBUG@
|
|
-CFLAGS=-Wall -W -Werror @CFLAGS@ @DEFS@ -DLOCALEROOTDIR=\"@localedir@\" -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -Os -Wpointer-arith -Wstrict-prototypes
|
|
+CFLAGS=-Wall -W @CFLAGS@ @DEFS@ -DLOCALEROOTDIR=\"@localedir@\" -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -Os -Wpointer-arith -Wstrict-prototypes
|
|
INSTALL=./install-sh -c
|
|
INSTALL_DATA=$(INSTALL) -m 644
|
|
|