FreeBSD Bugzilla – Attachment 198902 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]
v3
exiv2.patch (text/plain), 789 bytes, created by
Piotr Kubaj
on 2018-11-03 00:34:40 UTC
(
hide
)
Description:
v3
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2018-11-03 00:34:40 UTC
Size:
789 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 483039) >+++ Makefile (working copy) >@@ -16,9 +16,16 @@ > > LIB_DEPENDS= libexpat.so:textproc/expat2 > >-USES= cmake:outsource cpe gettext iconv pathfix >+USES= cmake:outsource cpe gettext iconv pathfix localbase:ldflags ${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 > >+LDFLAGS+= -lintl >+ > CMAKE_ON= EXIV2_ENABLE_VIDEO \ > EXIV2_ENABLE_BUILD_PO > CMAKE_OFF= EXIV2_ENABLE_BUILD_SAMPLES \ >@@ -26,8 +33,6 @@ > > PATHFIX_CMAKELISTSTXT= CMakeChecks.txt > >-CFLAGS_powerpc64= -mminimal-toc >- > WRKSRC= ${WRKDIR}/${PORTNAME}-trunk > > .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 232547
:
198483
|
198508
|
198689
|
198902
|
199314