diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
commit | fa4a943c17e47bf910596a414fd7287983350b9b (patch) | |
tree | dc76cec18a505befc330e612e0a56bf1caa5ca49 /textproc/raptor2/files/patch-configure | |
parent | - Fix manpage pointing to correct PREFIX for binary and conf (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
Diffstat (limited to 'textproc/raptor2/files/patch-configure')
-rw-r--r-- | textproc/raptor2/files/patch-configure | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/textproc/raptor2/files/patch-configure b/textproc/raptor2/files/patch-configure deleted file mode 100644 index 29193e463246..000000000000 --- a/textproc/raptor2/files/patch-configure +++ /dev/null @@ -1,39 +0,0 @@ ---- configure.orig Thu Jul 12 20:58:13 2007 -+++ configure Thu Jul 12 20:59:37 2007 -@@ -19368,6 +19368,8 @@ - - - -+oCPPFLAGS="$CPPFLAGS" -+CPPFLAGS="$CPPFLAGS `$CURL_CONFIG --cflags`" - - for ac_header in errno.h stdlib.h unistd.h string.h limits.h dmalloc.h getopt.h sys/stat.h curl/curl.h libxml/nanohttp.h sys/param.h sys/time.h - do -@@ -19513,6 +19515,9 @@ - - done - -+CPPFLAGS="$oCPPFLAGS" -+LIBS="$oLIBS" -+ - { echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5 - echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6; } - if test "${ac_cv_header_time+set}" = set; then -@@ -24381,7 +24386,9 @@ - - oCPPFLAGS="$CPPFLAGS" - if test "X$CURL_CONFIG" != X; then -+ oCPPFLAGS="$CPPFLAGS" - oLIBS="$LIBS" -+ CPPFLAGS="$CPPFLAGS `$CURL_CONFIG --cflags`" - LIBS="$LIBS `$CURL_CONFIG --libs`" - { echo "$as_me:$LINENO: checking for curl_easy_init" >&5 - echo $ECHO_N "checking for curl_easy_init... $ECHO_C" >&6; } -@@ -24470,6 +24477,7 @@ - have_curl_easy_init=no - fi - -+ CPPFLAGS="$oCPPFLAGS" - LIBS="$oLIBS" - { echo "$as_me:$LINENO: checking for libcurl library" >&5 - echo $ECHO_N "checking for libcurl library... $ECHO_C" >&6; } |