pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/vlc hack to work around autoconf brain dama...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4745e95c8f4a
branches:  trunk
changeset: 497708:4745e95c8f4a
user:      grant <grant%pkgsrc.org@localhost>
date:      Wed Aug 03 04:18:31 2005 +0000

description:
hack to work around autoconf brain damage when using icc.

diffstat:

 multimedia/vlc/hacks.mk |  8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r ef229a4f1092 -r 4745e95c8f4a multimedia/vlc/hacks.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/vlc/hacks.mk   Wed Aug 03 04:18:31 2005 +0000
@@ -0,0 +1,8 @@
+# $NetBSD: hacks.mk,v 1.1 2005/08/03 04:18:31 grant 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



Home | Main Index | Thread Index | Old Index