diff options
Diffstat (limited to 'graphics/libggigcp/patches/patch-configure')
-rw-r--r-- | graphics/libggigcp/patches/patch-configure | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/graphics/libggigcp/patches/patch-configure b/graphics/libggigcp/patches/patch-configure new file mode 100644 index 00000000000..6b4d2c39517 --- /dev/null +++ b/graphics/libggigcp/patches/patch-configure @@ -0,0 +1,31 @@ +$NetBSD: patch-configure,v 1.1 2014/06/30 17:45:40 asau Exp $ + +--- configure.orig 2014-06-30 09:44:33.000000000 +0000 ++++ configure +@@ -7349,7 +7349,7 @@ fi + hardcode_shlibpath_var=no + ;; + +- freebsd1*) ++ freebsd1|freebsd1.*) + ld_shlibs=no + ;; + +@@ -8193,7 +8193,7 @@ dgux*) + shlibpath_var=LD_LIBRARY_PATH + ;; + +-freebsd1*) ++freebsd1|freebsd1.*) + dynamic_linker=no + ;; + +@@ -8216,7 +8216,7 @@ freebsd* | dragonfly*) + objformat=`/usr/bin/objformat` + else + case $host_os in +- freebsd[123]*) objformat=aout ;; ++ freebsd[123]|freebsd[123].*) objformat=aout ;; + *) objformat=elf ;; + esac + fi |