summaryrefslogtreecommitdiff
path: root/sysutils/radmind/files/patch-aclocal.m4
diff options
context:
space:
mode:
authorSofian Brabez <sbz@FreeBSD.org>2012-04-20 22:14:34 +0000
committerSofian Brabez <sbz@FreeBSD.org>2012-04-20 22:14:34 +0000
commit8f100ec53fde110ede80b7b58cfe1aecb01d7e06 (patch)
tree4795367d2998306042be26abb7084c37553bf23a /sysutils/radmind/files/patch-aclocal.m4
parent- Unbreak SNORTSAM support (diff)
- Update PORTREVISION to 2012032001
- Add IGNORE_TIMESTAMPS OPTIONS - Install sample configuration file PR: ports/166587 Submitted by: Michael Graziano <mikeg at bsd-box.net>
Diffstat (limited to 'sysutils/radmind/files/patch-aclocal.m4')
-rw-r--r--sysutils/radmind/files/patch-aclocal.m421
1 files changed, 21 insertions, 0 deletions
diff --git a/sysutils/radmind/files/patch-aclocal.m4 b/sysutils/radmind/files/patch-aclocal.m4
new file mode 100644
index 000000000000..c6d78dc7a296
--- /dev/null
+++ b/sysutils/radmind/files/patch-aclocal.m4
@@ -0,0 +1,21 @@
+--- ./aclocal.m4.orig 2010-12-12 22:42:49.000000000 -0500
++++ ./aclocal.m4 2012-03-20 14:37:54.000000000 -0400
+@@ -105,16 +105,11 @@
+ arches="-arch i386 -arch ppc"
+ ;;
+
+- darwin9*)
++ darwin9*|darwin10*|darwin11*)
+ dep_target="-mmacosx-version-min=10.4"
+ macosx_sdk="MacOSX10.5.sdk"
+ arches="-arch i386 -arch x86_64 -arch ppc -arch ppc64"
+- ;;
+-
+- darwin10*)
+- dep_target="-mmacosx-version-min=10.4"
+- macosx_sdk="MacOSX10.6.sdk"
+- arches="-arch i386 -arch x86_64 -arch ppc"
++ LDFLAGS="$LDFLAGS -L/Developer/SDKs/$macosx_sdk/usr/lib"
+ ;;
+
+ *)