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 | |
parent | d04d9419ad63d7187a4fc0c0ed8422ec73111d31 (diff) |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gicq/files/patch-ab | 11 | ||||
-rw-r--r-- | net-im/gicq/files/patch-configure | 20 |
2 files changed, 20 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" diff --git a/net-im/gicq/files/patch-configure b/net-im/gicq/files/patch-configure new file mode 100644 index 000000000000..0c64dee42424 --- /dev/null +++ b/net-im/gicq/files/patch-configure @@ -0,0 +1,20 @@ +--- configure.orig 2011-07-01 11:28:05.000000000 +0200 ++++ configure 2011-07-01 11:31:14.000000000 +0200 +@@ -1340,7 +1340,7 @@ + cat > conftest.$ac_ext <<EOF + #line 1342 "configure" + #include "confdefs.h" +-main(){return(0);} ++int main(){return(0);} + EOF + if { (eval echo configure:1346: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then + ac_cv_prog_cxx_works=yes +@@ -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"
\ No newline at end of file |