FreeBSD Bugzilla – Attachment 199897 Details for
Bug 232608
devel/libdbusmenu: fix build with GCC-based architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
updated patch to Makefile
libdbusmenu_updated.patch (text/plain), 712 bytes, created by
Mark Linimon
on 2018-12-06 14:48:03 UTC
(
hide
)
Description:
updated patch to Makefile
Filename:
MIME Type:
Creator:
Mark Linimon
Created:
2018-12-06 14:48:03 UTC
Size:
712 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 486727) >+++ Makefile (working copy) >@@ -22,7 +22,7 @@ > LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib > > GNU_CONFIGURE= yes >-USES= gmake libtool pathfix pkgconfig python:run shebangfix >+USES= gmake gnome libtool pathfix pkgconfig python:run shebangfix > USE_GNOME= gnomedocutils:build glib20 intltool intlhack libxslt \ > introspection:build gtk30 > USE_XORG= x11 >@@ -43,4 +43,10 @@ > --enable-vala \ > --with-gtk=3 > >-.include <bsd.port.mk> >+.include <bsd.port.pre.mk> >+ >+.if ${ARCH:Mmips*} || ${ARCH:Mpowerpc*} || ${ARCH} == sparc64 >+CFLAGS+= -Wno-unused-value >+.endif >+ >+.include <bsd.port.post.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 232608
:
198546
| 199897