diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-04-06 12:16:54 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-04-06 12:16:54 +0000 |
commit | c50fb4c6f9d6201933ea749216a42686e59983f2 (patch) | |
tree | 5f5fe1c8b5d2afdd998e68fda152b3ef803fd744 /net-im/gicq | |
parent | 7dcf0eaf79e47ef717792e910a7162053fbf198b (diff) | |
download | ports-c50fb4c6f9d6201933ea749216a42686e59983f2.tar.gz ports-c50fb4c6f9d6201933ea749216a42686e59983f2.zip |
Fix configure problem
PR: ports/10940
Submitted by: mharo@area51.fremont.ca.us
Notes
Notes:
svn path=/head/; revision=17667
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 000000000000..cc30b78ef453 --- /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" |