diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-06-19 12:23:22 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-06-19 12:23:22 +0000 |
commit | 47c84125d5b242dcf08fe7a2f7607995a2ad0d84 (patch) | |
tree | 0070b6a1772ead9d33ca07cf56fcf99acd3b2295 /textproc/pdfgrep/Makefile | |
parent | 89f0822b6b4af9eb173c178071414506b0bbf1e3 (diff) | |
download | ports-47c84125d5b242dcf08fe7a2f7607995a2ad0d84.tar.gz ports-47c84125d5b242dcf08fe7a2f7607995a2ad0d84.zip |
Add compiler:c11 to USES to unbreak build on powerpc64:
pdfgrep.cc: undefined reference to poppler::set_debug_error_function
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=504540
Diffstat (limited to 'textproc/pdfgrep/Makefile')
-rw-r--r-- | textproc/pdfgrep/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/pdfgrep/Makefile b/textproc/pdfgrep/Makefile index a6af92a64fc9..9d2487d5a015 100644 --- a/textproc/pdfgrep/Makefile +++ b/textproc/pdfgrep/Makefile @@ -17,10 +17,8 @@ LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libpoppler.so:graphics/poppler \ libgpg-error.so:security/libgpg-error -BROKEN_powerpc64= fails to link: pdfgrep.cc: undefined reference to poppler::set_debug_error_function - GNU_CONFIGURE= yes -USES= pkgconfig +USES= compiler:c11 pkgconfig PLIST_FILES= bin/pdfgrep man/man1/pdfgrep.1.gz \ share/bash-completion/completions/pdfgrep \ |