diff options
author | Rene Ladan <rene@FreeBSD.org> | 2011-07-30 18:17:59 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2011-07-30 18:17:59 +0000 |
commit | e498bb9dca191c347408f92e7abfeb74ed4866ce (patch) | |
tree | 92aa5724830e4eb0de63d6a854e5484edb71c45e /net-im/gicq/files/patch-ab | |
parent | - unbreak (diff) |
Fix build with clang , patch-ab extended and renamed to patch-configure
PR: ports/158561
Submitted by: Niclas Zeising
Notes
Notes:
svn path=/head/; revision=278588
Diffstat (limited to 'net-im/gicq/files/patch-ab')
-rw-r--r-- | net-im/gicq/files/patch-ab | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-im/gicq/files/patch-ab b/net-im/gicq/files/patch-ab deleted file mode 100644 index 504578e8dcdb..000000000000 --- a/net-im/gicq/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sat Mar 27 04:11:51 1999 -+++ configure Sat Mar 27 04:12:04 1999 -@@ -3979,7 +3979,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-licq "`glib-config --libs`" $LIBS" -+LIBS="-licq "`$GLIB_CONFIG --libs`" $LIBS" - cat > conftest.$ac_ext <<EOF - #line 3985 "configure" - #include "confdefs.h" |