aboutsummaryrefslogtreecommitdiff
path: root/archivers/libcomprex
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-11-04 15:36:39 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-11-04 15:36:39 +0000
commit22f03833807dccfca8a34bb896b04df24828b2e2 (patch)
tree7ec8bd7b1e4b01c068f2c8942a8b3b2e37d3c294 /archivers/libcomprex
parent8358ab61b13db6301d560dfb67d07e41e6bb43f5 (diff)
downloadports-22f03833807dccfca8a34bb896b04df24828b2e2.tar.gz
ports-22f03833807dccfca8a34bb896b04df24828b2e2.zip
- Fix build on 9.0
Notes
Notes: svn path=/head/; revision=243783
Diffstat (limited to 'archivers/libcomprex')
-rw-r--r--archivers/libcomprex/files/patch-configure15
1 files changed, 12 insertions, 3 deletions
diff --git a/archivers/libcomprex/files/patch-configure b/archivers/libcomprex/files/patch-configure
index 3cc004c49b52..1077e88d3742 100644
--- a/archivers/libcomprex/files/patch-configure
+++ b/archivers/libcomprex/files/patch-configure
@@ -1,6 +1,15 @@
---- configure.orig Tue Jul 2 18:02:18 2002
-+++ configure Sat Jan 18 20:21:09 2003
-@@ -7334,6 +7334,7 @@
+--- configure.orig 2003-03-06 07:31:05.000000000 +0300
++++ configure 2009-11-04 07:04:24.000000000 +0300
+@@ -9263,7 +9263,7 @@
+ extern_scheme_init="$extern_scheme_init CxSchemeOps *init_curl_scheme_module(void);"
+ load_scheme_mod="$load_scheme_mod init_curl_scheme_module();"
+ else
+- STATIC_SCHEME_MODS=`echo $STATIC_SCHEME_MODS | sed s/curl//'`
++ STATIC_SCHEME_MODS=`echo $STATIC_SCHEME_MODS | sed 's/curl//'`
+ fi
+ fi
+
+@@ -13656,6 +13656,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"