summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-misc/gurlchecker/files/gurlchecker-0.10.2-configure.in.patch')
-rw-r--r--www-misc/gurlchecker/files/gurlchecker-0.10.2-configure.in.patch55
1 files changed, 55 insertions, 0 deletions
diff --git a/www-misc/gurlchecker/files/gurlchecker-0.10.2-configure.in.patch b/www-misc/gurlchecker/files/gurlchecker-0.10.2-configure.in.patch
new file mode 100644
index 000000000000..5b4278dd2cc9
--- /dev/null
+++ b/www-misc/gurlchecker/files/gurlchecker-0.10.2-configure.in.patch
@@ -0,0 +1,55 @@
+# Autofoo of this package is just insane, need to rewrite it someday.
+--- configure.in.old 2008-06-15 21:27:45.000000000 +0200
++++ configure.in 2008-06-15 21:34:45.000000000 +0200
+@@ -120,7 +120,7 @@
+ [
+ want_croco=yes
+ CROCO_FLAGS="-DENABLE_CROCO $CROCO_CFLAGS"
+- LDFLAGS="$LDFLAGS $want_croco_path"
++ #LDFLAGS="$LDFLAGS $want_croco_path"
+ ],
+ [
+ want_croco=no
+@@ -151,6 +151,7 @@
+ [
+ if test "x$withval" = "xno"; then
+ AC_MSG_RESULT([not requested])
++ want_tidy=no
+ elif test "x$withval" = "xyes" -o -d "$withval"; then
+ want_tidy=yes
+ want_tidy_path=$withval
+@@ -178,7 +179,7 @@
+ have_tidy=yes
+ TIDY_FLAGS="$TIDY_FLAGS -DHAVE_TIDY_H_IN_SUBDIR -DENABLE_TIDY"
+ TIDY_LIBS="-ltidy"
+- LDFLAGS="$LDFLAGS $want_tidy_path"
++ #LDFLAGS="$LDFLAGS $want_tidy_path"
+ ],
+ [have_tidy=no]
+ )
+@@ -211,6 +212,7 @@
+ [
+ if test "x$withval" = "xno"; then
+ AC_MSG_RESULT([not requested])
++ want_clamav=no
+ elif test "x$withval" = "xyes" -o -d "$withval"; then
+ want_clamav=yes
+ want_clamav_path=$withval
+@@ -238,7 +240,7 @@
+ have_clamav=yes
+ CLAMAV_FLAGS="$CLAMAV_FLAGS -DENABLE_CLAMAV"
+ CLAMAV_LIBS="-lclamav"
+- LDFLAGS="$LDFLAGS $want_clamav_path"
++ #LDFLAGS="$LDFLAGS $want_clamav_path"
+ ],
+ [have_clamav=no]
+ )
+@@ -298,7 +300,7 @@
+ have_clamav=yes
+ GNUTLS_FLAGS="$GNUTLS_FLAGS -DENABLE_GNUTLS"
+ GNUTLS_LIBS="-lgnutls"
+- LDFLAGS="$LDFLAGS $want_gnutls_path"
++ #LDFLAGS="$LDFLAGS $want_gnutls_path"
+ ],
+ [
+ have_clamav=yes