summaryrefslogtreecommitdiff
path: root/multimedia/vlc07/hacks.mk
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/vlc07/hacks.mk')
-rw-r--r--multimedia/vlc07/hacks.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/multimedia/vlc07/hacks.mk b/multimedia/vlc07/hacks.mk
new file mode 100644
index 00000000000..908837066d5
--- /dev/null
+++ b/multimedia/vlc07/hacks.mk
@@ -0,0 +1,8 @@
+# $NetBSD: hacks.mk,v 1.1.1.1 2006/09/26 07:19:41 martti Exp $
+
+# the autoconf test for the Darwin linker wrongly succeeds when using
+# icc/Linux because icc ignores unknown flags. override this brain
+# damage.
+.if ${OPSYS} != "Darwin"
+CONFIGURE_ENV+= ac_cv_ld_darwin=no
+.endif