diff options
author | Greg Lehey <grog@FreeBSD.org> | 2005-07-06 05:26:23 +0000 |
---|---|---|
committer | Greg Lehey <grog@FreeBSD.org> | 2005-07-06 05:26:23 +0000 |
commit | 2e603a6340e2ea9a2390f4e69afced9be1145621 (patch) | |
tree | 0870691fc00ee828860fd9e217d3238223588848 /sysutils/dirdiff | |
parent | 6ed768e69e9e29a2982196dabc1e8e2bcb6481e9 (diff) | |
download | ports-2e603a6340e2ea9a2390f4e69afced9be1145621.tar.gz ports-2e603a6340e2ea9a2390f4e69afced9be1145621.zip |
Notes
Diffstat (limited to 'sysutils/dirdiff')
-rw-r--r-- | sysutils/dirdiff/files/patch-aa | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/sysutils/dirdiff/files/patch-aa b/sysutils/dirdiff/files/patch-aa index 0e634a2067df..df4a9d2af9c8 100644 --- a/sysutils/dirdiff/files/patch-aa +++ b/sysutils/dirdiff/files/patch-aa @@ -1,11 +1,18 @@ ---- Makefile.orig Tue Mar 13 20:40:19 2001 -+++ Makefile Fri Mar 5 04:55:10 2004 -@@ -6,7 +6,7 @@ +--- Makefile.orig Tue Apr 19 19:52:01 2005 ++++ Makefile Wed Jul 6 14:52:16 2005 +@@ -2,12 +2,12 @@ + # + # In fact all we have to make is the libfilecmp.so.0.0 library. + +-BINDIR=$(DESTDIR)/usr/bin +-LIBDIR=$(DESTDIR)/usr/lib ++BINDIR=$(DESTDIR)${PREFIX}/bin ++LIBDIR=$(DESTDIR)${PREFIX}/lib INSTALL=install # You may need to change the -I arguments depending on your system -CFLAGS=-O3 -I/usr/include/tcl8.3/ -I/usr/include/tcl +CFLAGS+=-fPIC -I/usr/local/include/tcl8.4/ - all: filecmp.so.0.0 + all: libfilecmp.so.0.0 |