FreeBSD Bugzilla – Attachment 207513 Details for
Bug 240594
graphics/rawtherapee: drop GCC dependency after 11.2 and 12.0 are discontinued? (March 2020?)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
rawtherapee.patch (text/plain), 1.38 KB, created by
Ivan Rozhuk
on 2019-09-15 21:52:55 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Ivan Rozhuk
Created:
2019-09-15 21:52:55 UTC
Size:
1.38 KB
patch
obsolete
>Index: graphics/rawtherapee/Makefile >=================================================================== >--- graphics/rawtherapee/Makefile (revision 512129) >+++ graphics/rawtherapee/Makefile (working copy) >@@ -26,20 +26,16 @@ > libsigc-2.0.so:devel/libsigc++20 \ > libtiff.so:graphics/tiff > >-USES= cmake desktop-file-utils compiler:gcc-c++11-lib gnome \ >+USES= cmake desktop-file-utils gnome \ > jpeg localbase:ldflags pkgconfig tar:xz > > DOS2UNIX_REGEX= .*\.(cc|h) > LDFLAGS+= -Wl,--as-needed # fontconfig, freetype, gettext, libX11 > USE_GNOME= gtkmm30 librsvg2 >-USE_GCC= 9+ > USE_BINUTILS= yes > >-_LTO_FLAGS= -flto=${_MAKE_JOBS_NUMBER} -fuse-linker-plugin >-_AR= ${CC:S/gcc/gcc-ar/} >-_RANLIB= ${CC:S/gcc/gcc-ranlib/} >-CFLAGS+= -I${LOCALBASE}/include -fPIC ${_LTO_FLAGS} ${_OPT_FLAGS} >-LDFLAGS+= -Wl,--as-needed -lpthread ${_LTO_FLAGS} ${_OPT_FLAGS} >+CFLAGS+= -I${LOCALBASE}/include -fPIC ${_OPT_FLAGS} >+LDFLAGS+= -Wl,--as-needed -lpthread ${_OPT_FLAGS} > CMAKE_ARGS+= -DDOCDIR="${DOCSDIR}" \ > -DCREDITSDIR="${DOCSDIR}" \ > -DLICENCEDIR="${DOCSDIR}" \ >@@ -47,8 +43,6 @@ > -DDATADIR="${DATADIR}" \ > -DCACHE_NAME_SUFFIX="" \ > -Wno-dev \ >- -DCMAKE_AR:FILEPATH=${_AR} \ >- -DCMAKE_RANLIB:FILEPATH=${_RANLIB} \ > -DCMAKE_POLICY_DEFAULT_CMP0056:STRING=NEW > # 3.4.x: CMAKE_EXE_LINKER_FLAGS is not passed to TRY_COMPILE by default > # any more. The CMP0056 policy must be explicitly set to NEW to ensure
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
Flags:
mandree
:
maintainer-approval-
Actions:
View
|
Diff
Attachments on
bug 240594
:
207513
|
207661
|
207665