diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-06-21 14:35:56 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-06-21 14:35:56 +0000 |
commit | 6fc19241c334d83ff970474d7aed754719715ce5 (patch) | |
tree | 608370f8c909f9edebc0b0cc175ffc72aa74e257 /audio/libadplug | |
parent | 8e18a5f4e80d09e7192e252c6242fb395fea5cbf (diff) | |
download | ports-6fc19241c334d83ff970474d7aed754719715ce5.tar.gz ports-6fc19241c334d83ff970474d7aed754719715ce5.zip |
Notes
Diffstat (limited to 'audio/libadplug')
-rw-r--r-- | audio/libadplug/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/libadplug/Makefile b/audio/libadplug/Makefile index 775cc622f8ad..eeec3fadc717 100644 --- a/audio/libadplug/Makefile +++ b/audio/libadplug/Makefile @@ -20,6 +20,8 @@ USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GNOME= pkgconfig +USE_CSTD= gnu89 + MAKE_JOBS_SAFE= yes CPPFLAGS+= -I${LOCALBASE}/include |