pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/liba52 libtool filters out the -prefer-non-pic a...
details: https://anonhg.NetBSD.org/pkgsrc/rev/af2aeb38d059
branches: trunk
changeset: 514526:af2aeb38d059
user: drochner <drochner%pkgsrc.org@localhost>
date: Tue Jun 13 17:52:29 2006 +0000
description:
libtool filters out the -prefer-non-pic anyway, remove useless
conditionals
diffstat:
audio/liba52/Makefile | 10 +---------
1 files changed, 1 insertions(+), 9 deletions(-)
diffs (22 lines):
diff -r ba3fe631fb1d -r af2aeb38d059 audio/liba52/Makefile
--- a/audio/liba52/Makefile Tue Jun 13 17:36:17 2006 +0000
+++ b/audio/liba52/Makefile Tue Jun 13 17:52:29 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2006/03/04 21:28:56 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2006/06/13 17:52:29 drochner Exp $
#
DISTNAME= a52dec-0.7.4
@@ -18,12 +18,4 @@
CONFIGURE_ARGS+= --disable-mlib
CONFIGURE_ARGS+= --enable-shared
-.include "../../mk/bsd.prefs.mk"
-
-.if ${MACHINE_ARCH} == "i386"
-. if ${OPSYS} == "NetBSD" || ${OPSYS} == "Linux"
-CONFIGURE_ENV+= LIBA52_CFLAGS=-prefer-non-pic
-. endif
-.endif
-
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index