FreeBSD Bugzilla – Attachment 200293 Details for
Bug 234190
graphics/gimmage: fix build with GCC-based architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
gimmage.patch (text/plain), 1.05 KB, created by
Piotr Kubaj
on 2018-12-20 01:34:03 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2018-12-20 01:34:03 UTC
Size:
1.05 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 487742) >+++ Makefile (working copy) >@@ -13,13 +13,11 @@ > LICENSE= GPLv2+ > LICENSE_FILE= ${WRKSRC}/COPYING > >-BROKEN_powerpc64= fails to configure: C++ compiler cannot create executables >- > LIB_DEPENDS= libcurl.so:ftp/curl \ > libfontconfig.so:x11-fonts/fontconfig \ > libfreetype.so:print/freetype2 > >-USES= compiler:c++11-lang desktop-file-utils gettext pkgconfig >+USES= compiler:c++11-lang desktop-file-utils gettext gnome pkgconfig > USE_GNOME= gtkmm24 gdkpixbuf2 > GNU_CONFIGURE= yes > USE_CXXSTD= c++11 >@@ -28,9 +26,12 @@ > NLS_USES= gettext > NLS_CONFIGURE_ENABLE= gettext > >-CXXFLAGS+= -stdlib=libc++ -Wc++11-extensions -Wc++11-long-long \ >+CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} >+ >+.if !exists(/usr/lib/libstdc++.so) >+CXXFLAGS+= -Wc++11-extensions -Wc++11-long-long \ > -Wunused-command-line-argument -Wreturn-type \ > -Wwritable-strings -Wlogical-op-parentheses >-CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} >+.endif > > .include <bsd.port.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 234190
: 200293