diff options
author | flathill <flathill@FreeBSD.org> | 1999-04-06 12:16:54 +0000 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1999-04-06 12:16:54 +0000 |
commit | 20f0ec6e6906be90a0656b84387ce086b581cac5 (patch) | |
tree | 63a207056d9f0d8013f7e8ce9e7521611a71a94f /net-im/gicq | |
parent | 25c0f2469c4404aaf7139dd84b813c4a4255a7ae (diff) | |
download | FreeBSD-ports-20f0ec6e6906be90a0656b84387ce086b581cac5.zip FreeBSD-ports-20f0ec6e6906be90a0656b84387ce086b581cac5.tar.gz |
Fix configure problem
PR: ports/10940
Submitted by: mharo@area51.fremont.ca.us
Diffstat (limited to 'net-im/gicq')
-rw-r--r-- | net-im/gicq/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-im/gicq/files/patch-ab b/net-im/gicq/files/patch-ab new file mode 100644 index 0000000..cc30b78 --- /dev/null +++ b/net-im/gicq/files/patch-ab @@ -0,0 +1,11 @@ +--- 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 "`glib12-config --libs`" $LIBS" + cat > conftest.$ac_ext <<EOF + #line 3985 "configure" + #include "confdefs.h" |