Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150425427
D20107.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
758 B
Referenced Files
None
Subscribers
None
D20107.diff
View Options
Index: head/benchmarks/netperfmeter/Makefile
===================================================================
--- head/benchmarks/netperfmeter/Makefile
+++ head/benchmarks/netperfmeter/Makefile
@@ -12,14 +12,15 @@
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
-BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wno-array-bounds"
-
USES= cmake shebangfix
CMAKE_ON= BUILD_PLOT_PROGRAMS
CMAKE_OFF= BUILD_TEST_PROGRAMS WITH_NEAT
SHEBANG_FILES= src/pdfembedfonts src/pdfmetadata src/plot-netperfmeter-results
post-patch:
+.if exists(/usr/lib/libstdc++.so)
+ @${REINPLACE_CMD} 's, -Wno-array-bounds,,g' ${WRKSRC}/CMakeLists.txt
+.endif
@${REINPLACE_CMD} 's,share/man,man,' ${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 2, 3:26 AM (7 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30701512
Default Alt Text
D20107.diff (758 B)
Attached To
Mode
D20107: benchmarks/netperfmeter: fix build with GCC-based architectures
Attached
Detach File
Event Timeline
Log In to Comment