diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2006-03-23 22:24:03 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2006-03-23 22:24:03 +0000 |
commit | 96fe98e1c6bc0301781b0dd7dbfeef3e3f137f43 (patch) | |
tree | 7650cfe102643b74d6ad1d3efe1771281b5e66f0 /misc/sword15/files/patch-configure | |
parent | 503c7f7052756548d3712a6b0f3fb6d32ddbb8e9 (diff) |
Diffstat (limited to 'misc/sword15/files/patch-configure')
-rw-r--r-- | misc/sword15/files/patch-configure | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/misc/sword15/files/patch-configure b/misc/sword15/files/patch-configure deleted file mode 100644 index aa6514ab106b..000000000000 --- a/misc/sword15/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.orig Tue Aug 17 13:48:32 2004 -+++ configure Tue Aug 17 13:49:13 2004 -@@ -20183,8 +20183,8 @@ - echo "curl found - remote install options available" - CURL_CFLAGS=`$CURL_CONFIG --cflags` - CURL_LIBS=`$CURL_CONFIG --libs` -- CXXFLAGS="$CXXFLAGS -DCURLAVAILABLE" -- CFLAGS="$CFLAGS -DCURLAVAILABLE" -+ CXXFLAGS="$CXXFLAGS -DCURLAVAILABLE $CURL_CFLAGS" -+ CFLAGS="$CFLAGS -DCURLAVAILABLE $CURL_CFLAGS" - fi - fi - |