Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F167222050
D38669.id117567.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
724 B
Referenced Files
None
Subscribers
None
D38669.id117567.diff
View Options
Index: x11-wm/fvwm3/Makefile
===================================================================
--- x11-wm/fvwm3/Makefile
+++ x11-wm/fvwm3/Makefile
@@ -73,6 +73,15 @@
XPM_USE= xorg=xpm
XPM_CONFIGURE_OFF= --with-xpm-library=no
+.include <bsd.port.options.mk>
+
+# Clang 15 promoted some warnings to errors. The upstream configure script
+# expects one of them to be only a warning. Work around this by explicitly
+# disabling the error here. FIXME: Check whether still needed on upgrades.
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
+CONFIGURE_ARGS+= CFLAGS="${CFLAGS} -Wno-error=int-conversion"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's,/etc/,${LOCALBASE}/etc/,g' \
${WRKSRC}/bin/fvwm-menu-desktop.in
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 21, 1:57 AM (7 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37017781
Default Alt Text
D38669.id117567.diff (724 B)
Attached To
Mode
D38669: x11-wm/fvwm3: Fix build on -CURRENT
Attached
Detach File
Event Timeline
Log In to Comment