diff options
author | wiz <wiz@pkgsrc.org> | 2012-12-17 12:39:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-12-17 12:39:46 +0000 |
commit | cc0a6ad62e8b611fb14d11af6edc1acb41bd0c3c (patch) | |
tree | a8607a9782e648b55e7fcfdd79e5aad3d83498c5 /audio | |
parent | 2f3bf61141be0a7853b82d0ddcd4e078d276d8b3 (diff) | |
download | pkgsrc-cc0a6ad62e8b611fb14d11af6edc1acb41bd0c3c.tar.gz |
Remove duplicate &&
Diffstat (limited to 'audio')
-rw-r--r-- | audio/taglib/Makefile | 4 |
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 |