FreeBSD Bugzilla – Attachment 202320 Details for
Bug 235989
x11-toolkits/py-fltk: fix build with GCC-based architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
py-fltk.patch (text/plain), 682 bytes, created by
Piotr Kubaj
on 2019-02-24 11:57:32 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2019-02-24 11:57:32 UTC
Size:
682 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 493664) >+++ Makefile (working copy) >@@ -14,8 +14,6 @@ > LICENSE= LGPL20 > LICENSE_FILE= ${WRKSRC}/COPYING > >-BROKEN_powerpc64= fails to compile: fltk_wrap.cpp:5355: \#pragma GCC diagnostic not allowed inside functions >- > LIB_DEPENDS= libfltk.so:x11-toolkits/fltk > > CFLAGS+= -DFL_LIBRARY >@@ -34,6 +32,8 @@ > > post-patch: > @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/setup.py >+ @${REINPLACE_CMD} -e '/#pragma GCC diagnostic/d' \ >+ ${WRKSRC}/python/fltk_wrap.cpp > > post-build: > ${REINPLACE_CMD} -e "s|\.\./docs|${DOCSDIR}/html|g" ${WRKSRC}/fltk/test/help.py
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 235989
: 202320