Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160262945
D20112.id56918.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
828 B
Referenced Files
None
Subscribers
None
D20112.id56918.diff
View Options
Index: audio/nekobi-lv2/Makefile
===================================================================
--- audio/nekobi-lv2/Makefile
+++ audio/nekobi-lv2/Makefile
@@ -16,7 +16,7 @@
bash:shells/bash
LIB_DEPENDS= libjack.so:audio/jack
-USES= gl gmake localbase pkgconfig shebangfix
+USES= compiler:c++11-lang gl gmake localbase pkgconfig shebangfix
SHEBANG_FILES= dpf/utils/generate-ttl.sh
USE_GITHUB= yes
GH_ACCOUNT= DISTRHO
@@ -28,6 +28,12 @@
CFLAGS+= -I${FILESDIR}
CFLAGS+= -Wno-c++11-narrowing # clang prints errors: https://github.com/DISTRHO/Nekobi/issues/7
+
+.if exists(/usr/lib/libstdc++.so)
+post-patch:
+ @${REINPLACE_CMD} -e 's/-mtune=generic -msse -msse2 //' \
+ ${WRKSRC}/dpf/Makefile.base.mk
+.endif
do-install: # https://github.com/DISTRHO/Nekobi/issues/8
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/lv2
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jun 23, 4:52 PM (4 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34254007
Default Alt Text
D20112.id56918.diff (828 B)
Attached To
Mode
D20112: audio/nekobi-lv2: fix build with GCC-based architectures
Attached
Detach File
Event Timeline
Log In to Comment