diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-05-20 14:07:31 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-05-20 14:07:31 +0000 |
commit | f7863efc3d022981649b18419f1053d95520a3d8 (patch) | |
tree | 0d064bce2a67d28e2c59afb16b0bd7e678933b1c /audio/flac/Makefile | |
parent | aa2792059367856195e7d6af5fb62dba695f8abf (diff) | |
download | FreeBSD-ports-f7863efc3d022981649b18419f1053d95520a3d8.zip FreeBSD-ports-f7863efc3d022981649b18419f1053d95520a3d8.tar.gz |
encoding and decoding now works fine on alpha
Submitted by: Christian Weisgerber <naddy@mips.inka.de> (give me the patch) and Matt Zimmerman <mdz@debian.org> (make the patch)
Diffstat (limited to 'audio/flac/Makefile')
-rw-r--r-- | audio/flac/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile index a9a2dd8..616163f 100644 --- a/audio/flac/Makefile +++ b/audio/flac/Makefile @@ -20,8 +20,6 @@ BUILD_DEPENDS+= xmms-config:${PORTSDIR}/audio/xmms LIB_DEPENDS+= xmms.1:${PORTSDIR}/audio/xmms .endif -ONLY_FOR_ARCHS= i386 - USE_LIBTOOL= yes USE_AUTOMAKE= yes USE_AUTOCONF= yes |