FreeBSD Bugzilla – Attachment 206409 Details for
Bug 238780
converters/pdf2djvu: fix build with GCC-based architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch file generated with svn diff
pdf2djvu-0.9.12_6.diff (text/plain), 1.45 KB, created by
Samy Mahmoudi
on 2019-08-09 21:04:11 UTC
(
hide
)
Description:
Patch file generated with svn diff
Filename:
MIME Type:
Creator:
Samy Mahmoudi
Created:
2019-08-09 21:04:11 UTC
Size:
1.45 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (révision 501709) >+++ Makefile (copie de travail) >@@ -2,7 +2,7 @@ > > PORTNAME= pdf2djvu > PORTVERSION= 0.9.12 >-PORTREVISION= 5 >+PORTREVISION= 6 > CATEGORIES= converters > MASTER_SITES= https://github.com/jwilk/${PORTNAME}/releases/download/${PORTVERSION}/ > >@@ -15,8 +15,8 @@ > LIB_DEPENDS= libdjvulibre.so:graphics/djvulibre \ > libpoppler.so:graphics/poppler > >-USES= autoreconf:build compiler:c++11-lang gettext-tools \ >- gmake iconv localbase pkgconfig tar:xz >+USES= autoreconf:build gettext-tools gmake \ >+ iconv localbase pkgconfig tar:xz > USE_CXXSTD= c++11 > > GNU_CONFIGURE= yes >@@ -26,7 +26,7 @@ > OPTIONS_SUB= yes > > COLOR_QUANTIZATION_DESC=Color quantization via GraphicsMagick++ >-DOCS= Generate the man page >+DOCS_DESC= Generate the man page > NLS_DESC= Native Language Support via gettext utilities > MULTITHREADING_DESC= Multithreading support via OpenMP > XMP_DESC= XMP metadata support via Exiv2 >@@ -48,6 +48,14 @@ > XMP_CONFIGURE_ENABLE= xmp > XMP_LIB_DEPENDS= libexiv2.so:graphics/exiv2 > >+.include <bsd.port.pre.mk> >+ >+.if ${ARCH:Mmips*} || ${ARCH:Mpowerpc*} || ${ARCH} == sparc64 >+USES+= compiler:gcc-c++11-lib >+.else >+USES+= compiler:c++11-lang >+.endif >+ > pre-configure: > @cd ${WRKSRC} && ${SH} ${FILESDIR}/bootstrap > >@@ -57,4 +65,4 @@ > post-install: > ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} > >-.include <bsd.port.mk> >+.include <bsd.port.post.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 238780
:
205301
|
205961
|
205962
|
205963
| 206409