diff options
author | ak <ak@FreeBSD.org> | 2015-01-16 04:00:09 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2015-01-16 04:00:09 +0800 |
commit | 8a4516dd87c5a1bf2e8ea6ac77c3d2ab4d175113 (patch) | |
tree | 3a5fa89ce069d98addd4a454dabe5acd815b9dda /audio | |
parent | a28efa16b143f7c05f0987307231deecc88cd913 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |