diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-14 09:21:27 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-14 09:21:27 +0800 |
commit | 6ea8cdadd34fade98a807bf84429806612c65079 (patch) | |
tree | b7f18e7e629139c395bf0080243a2218963d0301 /net/gaim/files/patch-configure | |
parent | 857bb773fe0bad1b58fa9c68ece3c326f60613e6 (diff) | |
download | marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar.gz marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar.bz2 marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar.lz marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar.xz marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar.zst marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.zip |
Remove these ports now that they have been merged into the ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3934 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/gaim/files/patch-configure')
-rw-r--r-- | net/gaim/files/patch-configure | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/net/gaim/files/patch-configure b/net/gaim/files/patch-configure deleted file mode 100644 index a21e2b844..000000000 --- a/net/gaim/files/patch-configure +++ /dev/null @@ -1,26 +0,0 @@ ---- configure.orig Thu Dec 2 20:24:48 2004 -+++ configure Sun Dec 26 10:49:39 2004 -@@ -30860,3 +30860,3 @@ - if test "x$enable_gevolution" = "xyes"; then -- evo_deps="libxml-2.0 libebook-1.0 libedata-book-1.0" -+ evo_deps="libxml-2.0 libebook-1.2 libedata-book-1.2" - -@@ -30963,3 +30963,3 @@ - echo $ECHO_N "checking libebook version... $ECHO_C" >&6 -- LIBEBOOK_VERSION=`$PKG_CONFIG --modversion libebook-1.0` -+ LIBEBOOK_VERSION=`$PKG_CONFIG --modversion libebook-1.2` - LIBEBOOK_MAJOR_VER=`echo $LIBEBOOK_VERSION | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` -@@ -31908,3 +31908,3 @@ - prefix=`eval echo $prefix` -- PERL_MM_PARAMS="INSTALLDIRS=vendor PREFIX=$prefix" -+ PERL_MM_PARAMS="INSTALLDIRS=vendor PREFIX=%%LOCALBASE%%" - fi -@@ -32685,6 +32685,6 @@ - else -- nsprlibs="-ldl $with_nspr_libs/libplc4.a $with_nspr_libs/libplds4.a $with_nspr_libs/libnspr4.a $PTHREAD_LIB" -+ nsprlibs="$with_nspr_libs/libplc4.a $with_nspr_libs/libplds4.a $with_nspr_libs/libnspr4.a $PTHREAD_LIB" - fi - else -- nsprlibs="-ldl -lplc4 -lplds4 -lnspr4 $PTHREAD_LIB" -+ nsprlibs="-lplc4 -lplds4 -lnspr4 $PTHREAD_LIB" - fi |