FreeBSD Bugzilla – Attachment 198483 Details for
Bug 232547
graphics/exiv2: improvements for GCC architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
exiv2.patch (text/plain), 767 bytes, created by
Piotr Kubaj
on 2018-10-22 21:50:42 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2018-10-22 21:50:42 UTC
Size:
767 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 482709) >+++ Makefile (working copy) >@@ -16,7 +16,12 @@ > > LIB_DEPENDS= libexpat.so:textproc/expat2 > >-USES= cmake:outsource cpe gettext iconv pathfix >+USES= cmake:outsource cpe gettext iconv pathfix ${USES_${ARCH}} >+USES_powerpc64= compiler:c++11-lang >+USES_powerpc= compiler:c++11-lang >+USES_powerpcspe= compiler:c++11-lang >+USES_sparc64= compiler:c++11-lang >+ > USE_LDCONFIG= yes > > CMAKE_ON= EXIV2_ENABLE_VIDEO \ >@@ -26,7 +31,10 @@ > > PATHFIX_CMAKELISTSTXT= CMakeChecks.txt > >-CFLAGS_powerpc64= -mminimal-toc >+LDFLAGS_powerpc64= -lintl >+LDFLAGS_powerpc= -lintl >+LDFLAGS_powerpcspe= -lintl >+LDFLAGS_sparc64= -lintl > > WRKSRC= ${WRKDIR}/${PORTNAME}-trunk >
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 232547
:
198483
|
198508
|
198689
|
198902
|
199314