diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-07 04:16:39 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-07 04:16:39 +0800 |
commit | ae4de8632229c1c7a614d7f9d8889e06a12066ef (patch) | |
tree | e084654597ebc762631ddf20aaa99c9d5d883f1d /audio | |
parent | fdb82ce3b5cc1798c7428390e89069d43d301f6c (diff) | |
download | freebsd-ports-gnome-ae4de8632229c1c7a614d7f9d8889e06a12066ef.tar.gz freebsd-ports-gnome-ae4de8632229c1c7a614d7f9d8889e06a12066ef.tar.zst freebsd-ports-gnome-ae4de8632229c1c7a614d7f9d8889e06a12066ef.zip |
Fix build with libc++
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libsidplay/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/libsidplay/Makefile b/audio/libsidplay/Makefile index 3945f94cc986..b7cd9fc6a807 100644 --- a/audio/libsidplay/Makefile +++ b/audio/libsidplay/Makefile @@ -12,6 +12,7 @@ COMMENT= Commodore SID-chip emulator library to play SID music files USE_AUTOTOOLS= libtool USE_LDCONFIG= yes +CONFIGURE_ENV= sid_cv_have_ios_binary=yes .include <bsd.port.pre.mk> |