diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2002-03-17 16:23:38 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2002-03-17 16:23:38 +0000 |
commit | 48d2f2637f70c9b668e150ed20b4dd97c7fcb749 (patch) | |
tree | 82a0eb834902e64ce662af03a521f5e595a8e115 /net/gtkhx/files/patch-configure | |
parent | Update to 0.2.2. (diff) |
Update to version 0.9.2
PR: 35936
Submitted by: MAINTAINER
Diffstat (limited to 'net/gtkhx/files/patch-configure')
-rw-r--r-- | net/gtkhx/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/gtkhx/files/patch-configure b/net/gtkhx/files/patch-configure new file mode 100644 index 000000000000..c5fafe9fa02b --- /dev/null +++ b/net/gtkhx/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Tue Feb 19 22:14:44 2002 ++++ configure Thu Mar 14 15:37:50 2002 +@@ -4888,7 +4888,7 @@ + fi + if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then + echo "$ac_t""yes" 1>&6 +- compress = yes ; LIBS="$LIBS -lz" ; ++ compress=yes ; LIBS="$LIBS -lz" ; + cat >> confdefs.h <<\EOF + #define CONFIG_COMPRESS 1 + EOF |