summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorwiz <wiz>2012-12-17 12:39:46 +0000
committerwiz <wiz>2012-12-17 12:39:46 +0000
commit7444c88b163c12809f97a37096985d26fe155dea (patch)
treea8607a9782e648b55e7fcfdd79e5aad3d83498c5 /audio
parentce2a5036e36b56e69a089032b12a613da03c8da0 (diff)
downloadpkgsrc-7444c88b163c12809f97a37096985d26fe155dea.tar.gz
Remove duplicate &&
Diffstat (limited to 'audio')
-rw-r--r--audio/taglib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/taglib/Makefile b/audio/taglib/Makefile
index 1d31e6aa2f9..55f22548837 100644
--- a/audio/taglib/Makefile
+++ b/audio/taglib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2012/12/17 11:10:42 obache Exp $
+# $NetBSD: Makefile,v 1.31 2012/12/17 12:39:46 wiz Exp $
#
DISTNAME= taglib-1.8
@@ -30,7 +30,7 @@ SUBST_MESSAGE.pc= Fixing rpath in taglib-config.
#
# depends on builtin functions which enabled with i486 and later with GCC.
#
-.if ${OPSYS} == "NetBSD" && && !empty(CC_VERSION:M[4-9]*) && !empty(MACHINE_ARCH:Mi386)
+.if ${OPSYS} == "NetBSD" && !empty(CC_VERSION:M[4-9]*) && !empty(MACHINE_ARCH:Mi386)
GNU_ARCH.i386= i486
CFLAGS+= -march=i486
.endif