diff options
author | rene <rene@FreeBSD.org> | 2011-07-31 02:17:59 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2011-07-31 02:17:59 +0800 |
commit | f2ae2e9b2a65e1a0fea9f34569a4b2cdde737799 (patch) | |
tree | 1eeae00571079be4ecd1b7fb81c5d01f912ace86 /net-im | |
parent | 30e5a9c3146ef1a09c21e316085e1d981a312736 (diff) | |
download | freebsd-ports-graphics-f2ae2e9b2a65e1a0fea9f34569a4b2cdde737799.tar.gz freebsd-ports-graphics-f2ae2e9b2a65e1a0fea9f34569a4b2cdde737799.tar.zst freebsd-ports-graphics-f2ae2e9b2a65e1a0fea9f34569a4b2cdde737799.zip |
Fix build with clang , patch-ab extended and renamed to patch-configure
PR: ports/158561
Submitted by: Niclas Zeising
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 504578e8dcd..00000000000 --- 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 00000000000..0c64dee4242 --- /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 |