diff options
author | lioux <lioux@FreeBSD.org> | 2005-04-27 18:41:38 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2005-04-27 18:41:38 +0800 |
commit | ec903b4767f4550f45d1f0b177a518c22a2a180c (patch) | |
tree | b2a43d7a0d49c0204781781e188661c0bd70684c /net-p2p/mldonkey-devel/files | |
parent | 5294fc014c8930b8a47e60df324506d3e3b5bafc (diff) | |
download | freebsd-ports-gnome-ec903b4767f4550f45d1f0b177a518c22a2a180c.tar.gz freebsd-ports-gnome-ec903b4767f4550f45d1f0b177a518c22a2a180c.tar.zst freebsd-ports-gnome-ec903b4767f4550f45d1f0b177a518c22a2a180c.zip |
2.5.30.14
Diffstat (limited to 'net-p2p/mldonkey-devel/files')
-rw-r--r-- | net-p2p/mldonkey-devel/files/patch-Makefile | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/net-p2p/mldonkey-devel/files/patch-Makefile b/net-p2p/mldonkey-devel/files/patch-Makefile index 7e7ab0fa0afb..d8380f0cb5d6 100644 --- a/net-p2p/mldonkey-devel/files/patch-Makefile +++ b/net-p2p/mldonkey-devel/files/patch-Makefile @@ -1,20 +1,11 @@ ---- config/Makefile.in.orig Sat Apr 23 18:53:48 2005 -+++ config/Makefile.in Sun Apr 24 00:40:38 2005 -@@ -151,6 +151,8 @@ - - endif - -+LIBS_flags += -ccopt "-I%%LOCALBASE%%/include" -ccopt "-L%%LOCALBASE%%/lib" -cclib -liconv -+ - ifeq ("$(BROOSNET)", "yes") - BROOSNET = \ - $(SRC_BITTORRENT)/bTBrooseTypes.ml \ -@@ -278,7 +280,7 @@ +--- config/Makefile.in.orig Tue Apr 26 22:48:10 2005 ++++ config/Makefile.in Tue Apr 26 22:48:41 2005 +@@ -285,7 +285,7 @@ all: Makefile config/Makefile.config $(TARGET_TYPE) config/configure: config/configure.in - cd config; autoconf -+ cd config; /usr/local/bin/autoconf259 ++ cd config; %%AUTOCONF%% ifeq ("$(MYCONFIG_ARGS_DEFINED)" , "yes") |