summaryrefslogtreecommitdiff
path: root/ftp/pavuk/files
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-12-16 03:17:38 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-12-16 03:17:38 +0000
commitbfbc2698d2b29106bdb086de5e5b5e9e1eec66ed (patch)
tree8a07fd8bc8faa4a14f39242b5684576fc2536adc /ftp/pavuk/files
parentUpgrade to 0.10 (diff)
Update to 0.9.27
PR: 23567 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=36019
Diffstat (limited to 'ftp/pavuk/files')
-rw-r--r--ftp/pavuk/files/patch-ae19
1 files changed, 4 insertions, 15 deletions
diff --git a/ftp/pavuk/files/patch-ae b/ftp/pavuk/files/patch-ae
index 60087db9603a..eab94f2f3445 100644
--- a/ftp/pavuk/files/patch-ae
+++ b/ftp/pavuk/files/patch-ae
@@ -1,6 +1,6 @@
---- configure.in.orig Thu Aug 31 08:37:36 2000
-+++ configure.in Thu Nov 30 00:56:41 2000
-@@ -233,15 +233,15 @@
+--- configure.in.orig Thu Dec 14 06:47:13 2000
++++ configure.in Fri Dec 15 23:12:19 2000
+@@ -244,15 +244,15 @@
CFLAGS="$CFLAGS -I$WITH_SSL_PFX/include"
LDFLAGS="$LDFLAGS -L$WITH_SSL_PFX/lib"
fi
@@ -19,7 +19,7 @@
fi
fi
-@@ -250,7 +250,7 @@
+@@ -269,7 +269,7 @@
echo 'void f(){}' > conftest.c
if test -z "`${CC-cc} -pthread -c conftest.c 2>&1`"; then
ac_ccpthread_opt=yes
@@ -28,14 +28,3 @@
x_libs="-pthread $x_libs"
HAVE_MT="yes"
else
-@@ -297,8 +297,8 @@
-
- dnl Test for gtk
- if eval "test x$WITH_GTK = xyes"; then
-- AC_CHECK_PROG(GTK_CONFIG, $WITH_GTK_CONFIG, "yes", "no")
-- if eval "test x$GTK_CONFIG = xyes"; then
-+ AC_CHECK_PROG(GTK_CONFIG_SCRIPT, $WITH_GTK_CONFIG, "yes", "no")
-+ if eval "test x$GTK_CONFIG_SCRIPT = xyes"; then
- AC_MSG_RESULT("checking for gtk configuration using gtk-config script ...")
- if eval "test x$HAVE_MT = xyes"; then
- GTK_LIBS=`$WITH_GTK_CONFIG --libs gtk gthread`