summaryrefslogtreecommitdiff
path: root/lang/php56/patches/patch-aclocal.m4
diff options
context:
space:
mode:
Diffstat (limited to 'lang/php56/patches/patch-aclocal.m4')
-rw-r--r--lang/php56/patches/patch-aclocal.m422
1 files changed, 0 insertions, 22 deletions
diff --git a/lang/php56/patches/patch-aclocal.m4 b/lang/php56/patches/patch-aclocal.m4
deleted file mode 100644
index 50beb6f9ccf..00000000000
--- a/lang/php56/patches/patch-aclocal.m4
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-aclocal.m4,v 1.1 2014/11/24 15:37:08 taca Exp $
-
---- aclocal.m4.orig 2014-11-13 10:07:22.000000000 +0000
-+++ aclocal.m4
-@@ -4578,7 +4578,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
-@@ -6195,7 +6195,7 @@ case $host_os in
- ;;
- esac
- ;;
-- freebsd[[12]]*)
-+ freebsd[[12]]|freebsd[[12]].*)
- # C++ shared libraries reported to be fairly broken before switch to ELF
- _LT_AC_TAGVAR(ld_shlibs, $1)=no
- ;;