diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-06-21 22:35:56 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-06-21 22:35:56 +0800 |
commit | acff314f797e7e5c83505315d468cfd50eaacfa8 (patch) | |
tree | bf5531b18eda8e45f54954fd87805e8f060feddb /audio/xmms-nsf | |
parent | 272ae29bf22c9562e4fed79362be8837989dd55d (diff) | |
download | freebsd-ports-gnome-acff314f797e7e5c83505315d468cfd50eaacfa8.tar.gz freebsd-ports-gnome-acff314f797e7e5c83505315d468cfd50eaacfa8.tar.zst freebsd-ports-gnome-acff314f797e7e5c83505315d468cfd50eaacfa8.zip |
Fix build with clang.
Diffstat (limited to 'audio/xmms-nsf')
-rw-r--r-- | audio/xmms-nsf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/xmms-nsf/Makefile b/audio/xmms-nsf/Makefile index 91ba8141c87b..a67ab41c0413 100644 --- a/audio/xmms-nsf/Makefile +++ b/audio/xmms-nsf/Makefile @@ -20,6 +20,8 @@ RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms GNU_CONFIGURE= yes USE_LDCONFIG= yes +USE_CSTD= gnu89 + MAKE_JOBS_SAFE= yes ONLY_FOR_ARCHS= i386 amd64 |