aboutsummaryrefslogtreecommitdiff
path: root/audio/bmp-wma/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-08-20 19:04:10 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-08-20 19:04:10 +0000
commiteff1dce55efaac621fd7e2b709186e754cedaea6 (patch)
tree43f60408866abf34ba285ef8212f5c2b526c1272 /audio/bmp-wma/Makefile
parent715ef044d1ce7e6409870ee6567bcfd11acc0271 (diff)
downloadports-eff1dce55efaac621fd7e2b709186e754cedaea6.tar.gz
ports-eff1dce55efaac621fd7e2b709186e754cedaea6.zip
Notes
Diffstat (limited to 'audio/bmp-wma/Makefile')
-rw-r--r--audio/bmp-wma/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/bmp-wma/Makefile b/audio/bmp-wma/Makefile
index 4ee8f58c82bb..bf18169b22d6 100644
--- a/audio/bmp-wma/Makefile
+++ b/audio/bmp-wma/Makefile
@@ -21,4 +21,10 @@ PLIST_FILES= lib/bmp/Input/libwma.so
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "i386"
+CONFIGURE_ARGS+= --enable-x86
+.endif
+
+.include <bsd.port.post.mk>