aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorak <ak@FreeBSD.org>2015-01-16 04:00:09 +0800
committerak <ak@FreeBSD.org>2015-01-16 04:00:09 +0800
commit8a4516dd87c5a1bf2e8ea6ac77c3d2ab4d175113 (patch)
tree3a5fa89ce069d98addd4a454dabe5acd815b9dda /audio
parenta28efa16b143f7c05f0987307231deecc88cd913 (diff)
downloadfreebsd-ports-graphics-8a4516dd87c5a1bf2e8ea6ac77c3d2ab4d175113.tar.gz
freebsd-ports-graphics-8a4516dd87c5a1bf2e8ea6ac77c3d2ab4d175113.tar.zst
freebsd-ports-graphics-8a4516dd87c5a1bf2e8ea6ac77c3d2ab4d175113.zip
- Remove vestiges of alpha support
Approved by: portmgr (erwin)
Diffstat (limited to 'audio')
-rw-r--r--audio/zinf/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/audio/zinf/Makefile b/audio/zinf/Makefile
index fb366c62e86..34c1df4e29d 100644
--- a/audio/zinf/Makefile
+++ b/audio/zinf/Makefile
@@ -42,10 +42,6 @@ CPPFLAGS+= "-D_M_IX86"
CONFIGURE_ARGS+= --disable-x86opts
.endif
-.if ${ARCH} == "alpha"
-CPPFLAGS+= "-D_M_ALPHA"
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|Player::||' ${WRKSRC}/base/include/player.h