diff options
Diffstat (limited to 'archivers/zziplib/patches')
-rw-r--r-- | archivers/zziplib/patches/patch-ba | 24 | ||||
-rw-r--r-- | archivers/zziplib/patches/patch-bb | 15 | ||||
-rw-r--r-- | archivers/zziplib/patches/patch-bc | 15 | ||||
-rw-r--r-- | archivers/zziplib/patches/patch-bd | 24 | ||||
-rw-r--r-- | archivers/zziplib/patches/patch-be | 15 |
5 files changed, 93 insertions, 0 deletions
diff --git a/archivers/zziplib/patches/patch-ba b/archivers/zziplib/patches/patch-ba new file mode 100644 index 00000000000..84a8362e177 --- /dev/null +++ b/archivers/zziplib/patches/patch-ba @@ -0,0 +1,24 @@ +$NetBSD: patch-ba,v 1.1 2009/11/22 20:35:25 sno Exp $ + +replacing explicit --export-dynamic by ${EXPORT_SYMBOLS_LDFLAGS} + +--- configure.orig 2009-05-30 17:09:35.000000000 +0200 ++++ configure 2009-05-30 17:12:17.000000000 +0200 +@@ -5501,7 +5501,7 @@ + if test "$ld_shlibs" = yes; then + runpath_var=LD_RUN_PATH + hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir' +- export_dynamic_flag_spec='${wl}--export-dynamic' ++ export_dynamic_flag_spec='${EXPORT_SYMBOLS_LDFLAGS}' + case $host_os in + cygwin* | mingw* | pw32*) + # dlltool doesn't understand --whole-archive et. al. +@@ -9601,7 +9601,7 @@ + RESOLVES=' ' + ;; + *) +- ZZIPLIB_LDFLAGS="--export-dynamic" ++ ZZIPLIB_LDFLAGS="${EXPORT_SYMBOLS_LDFLAGS}" + RESOLVES=' # ' + ;; + esac diff --git a/archivers/zziplib/patches/patch-bb b/archivers/zziplib/patches/patch-bb new file mode 100644 index 00000000000..809fff613b8 --- /dev/null +++ b/archivers/zziplib/patches/patch-bb @@ -0,0 +1,15 @@ +$NetBSD: patch-bb,v 1.1 2009/11/22 20:35:25 sno Exp $ + +replacing explicit --export-dynamic by ${EXPORT_SYMBOLS_LDFLAGS} + +--- configure.ac.orig 2009-05-30 17:09:44.000000000 +0200 ++++ configure.ac 2009-05-30 17:12:40.000000000 +0200 +@@ -288,7 +288,7 @@ + RESOLVES=' ' + ;; + *) +- ZZIPLIB_LDFLAGS="--export-dynamic" ++ ZZIPLIB_LDFLAGS="${EXPORT_SYMBOLS_LDFLAGS}" + RESOLVES=' # ' + ;; + esac diff --git a/archivers/zziplib/patches/patch-bc b/archivers/zziplib/patches/patch-bc new file mode 100644 index 00000000000..ee70827a7e4 --- /dev/null +++ b/archivers/zziplib/patches/patch-bc @@ -0,0 +1,15 @@ +$NetBSD: patch-bc,v 1.1 2009/11/22 20:35:25 sno Exp $ + +replacing explicit --export-dynamic by ${EXPORT_SYMBOLS_LDFLAGS} + +--- aclocal.m4.orig 2009-05-30 17:09:55.000000000 +0200 ++++ aclocal.m4 2009-05-30 17:13:08.000000000 +0200 +@@ -3856,7 +3856,7 @@ + if test "$ld_shlibs" = yes; then + runpath_var=LD_RUN_PATH + hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir' +- export_dynamic_flag_spec='${wl}--export-dynamic' ++ export_dynamic_flag_spec='${EXPORT_SYMBOLS_LDFLAGS}' + case $host_os in + cygwin* | mingw* | pw32*) + # dlltool doesn't understand --whole-archive et. al. diff --git a/archivers/zziplib/patches/patch-bd b/archivers/zziplib/patches/patch-bd new file mode 100644 index 00000000000..d91b6624de5 --- /dev/null +++ b/archivers/zziplib/patches/patch-bd @@ -0,0 +1,24 @@ +$NetBSD: patch-bd,v 1.1 2009/11/22 20:35:25 sno Exp $ + +replacing explicit --export-dynamic by ${EXPORT_SYMBOLS_LDFLAGS} + +--- zziplib/configure.orig 2009-05-30 17:10:08.000000000 +0200 ++++ zziplib/configure 2009-05-30 17:13:49.000000000 +0200 +@@ -5017,7 +5017,7 @@ + if test "$ld_shlibs" = yes; then + runpath_var=LD_RUN_PATH + hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir' +- export_dynamic_flag_spec='${wl}--export-dynamic' ++ export_dynamic_flag_spec='${EXPORT_SYMBOLS_LDFLAGS}' + case $host_os in + cygwin* | mingw* | pw32*) + # dlltool doesn't understand --whole-archive et. al. +@@ -8553,7 +8553,7 @@ + RESOLVES=' ' + ;; + *) +- ZZIPLIB_LDFLAGS="--export-dynamic" ++ ZZIPLIB_LDFLAGS="${EXPORT_SYMBOLS_LDFLAGS}" + RESOLVES=' # ' + ;; + esac diff --git a/archivers/zziplib/patches/patch-be b/archivers/zziplib/patches/patch-be new file mode 100644 index 00000000000..13b4a0bd7ca --- /dev/null +++ b/archivers/zziplib/patches/patch-be @@ -0,0 +1,15 @@ +$NetBSD: patch-be,v 1.1 2009/11/22 20:35:25 sno Exp $ + +replacing explicit --export-dynamic by ${EXPORT_SYMBOLS_LDFLAGS} + +--- zziplib/configure.ac.orig 2009-05-30 17:10:18.000000000 +0200 ++++ zziplib/configure.ac 2009-05-30 17:14:09.000000000 +0200 +@@ -226,7 +226,7 @@ + RESOLVES=' ' + ;; + *) +- ZZIPLIB_LDFLAGS="--export-dynamic" ++ ZZIPLIB_LDFLAGS="${EXPORT_SYMBOLS_LDFLAGS}" + RESOLVES=' # ' + ;; + esac |