pkgsrc/graphics/libggimisc/patches/patch-configure
2014-06-30 17:45:32 +00:00

31 lines
651 B
Text

$NetBSD: patch-configure,v 1.1 2014/06/30 17:45:48 asau Exp $
--- configure.orig 2014-06-30 09:52:02.000000000 +0000
+++ configure
@@ -7367,7 +7367,7 @@ fi
hardcode_shlibpath_var=no
;;
- freebsd1*)
+ freebsd1|freebsd1.*)
ld_shlibs=no
;;
@@ -8211,7 +8211,7 @@ dgux*)
shlibpath_var=LD_LIBRARY_PATH
;;
-freebsd1*)
+freebsd1|freebsd1.*)
dynamic_linker=no
;;
@@ -8234,7 +8234,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