diff options
author | jim <jim@FreeBSD.org> | 2002-07-03 07:05:55 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2002-07-03 07:05:55 +0800 |
commit | 4c69032fb824ca61a11d29459afd883b28feb8b4 (patch) | |
tree | 02020d702136e7e842857972a84877702023c266 /net-im/ayttm/files | |
parent | f4ebe3bf3fbdf4edc98280ec739f0333c4012167 (diff) | |
download | freebsd-ports-gnome-4c69032fb824ca61a11d29459afd883b28feb8b4.tar.gz freebsd-ports-gnome-4c69032fb824ca61a11d29459afd883b28feb8b4.tar.zst freebsd-ports-gnome-4c69032fb824ca61a11d29459afd883b28feb8b4.zip |
Fix LIB_DEPENDS, support USE_REINPLACE, move modules to lib/everybuddy.
While I'm here, nuke the empty patches that were still lying around.
PR: 40118
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'net-im/ayttm/files')
-rw-r--r-- | net-im/ayttm/files/patch-aa | 0 | ||||
-rw-r--r-- | net-im/ayttm/files/patch-ab | 11 | ||||
-rw-r--r-- | net-im/ayttm/files/patch-ae | 0 | ||||
-rw-r--r-- | net-im/ayttm/files/patch-ag | 0 | ||||
-rw-r--r-- | net-im/ayttm/files/patch-configure | 10 |
5 files changed, 10 insertions, 11 deletions
diff --git a/net-im/ayttm/files/patch-aa b/net-im/ayttm/files/patch-aa deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/net-im/ayttm/files/patch-aa +++ /dev/null diff --git a/net-im/ayttm/files/patch-ab b/net-im/ayttm/files/patch-ab deleted file mode 100644 index 89d2f4f6e236..000000000000 --- a/net-im/ayttm/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.old Wed May 29 19:50:21 2002 -+++ configure Wed May 29 19:50:29 2002 -@@ -9178,7 +9178,7 @@ - CFLAGS="$CFLAGS -I/usr/local/include -I/opt/include" - - EB_CFLAGS="$CFLAGS -I../" --EB_LIBS="$LIBS -L../libproxy -lproxy" -+EB_LIBS="$LIBS -L../libproxy -lproxy -lintl" - EB_LDADD="$LDADD" - - EB_CFLAGS="$EB_CFLAGS -D_REENTRANT -Wall -g " diff --git a/net-im/ayttm/files/patch-ae b/net-im/ayttm/files/patch-ae deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/net-im/ayttm/files/patch-ae +++ /dev/null diff --git a/net-im/ayttm/files/patch-ag b/net-im/ayttm/files/patch-ag deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/net-im/ayttm/files/patch-ag +++ /dev/null diff --git a/net-im/ayttm/files/patch-configure b/net-im/ayttm/files/patch-configure new file mode 100644 index 000000000000..f38e9730d772 --- /dev/null +++ b/net-im/ayttm/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Fri May 17 09:04:56 2002 ++++ configure Thu May 30 01:12:46 2002 +@@ -5451,6 +5451,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' |