diff options
author | miwi <miwi@FreeBSD.org> | 2011-10-29 15:20:16 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-10-29 15:20:16 +0800 |
commit | ceb26a3e98549164ff8e0c68ee25a39b28584394 (patch) | |
tree | 90efd1e9a019a2e0588482bab89c68a519a7fce8 /print | |
parent | 4329ce27057cc548043e1f91837b194cc2642beb (diff) | |
download | freebsd-ports-gnome-ceb26a3e98549164ff8e0c68ee25a39b28584394.tar.gz freebsd-ports-gnome-ceb26a3e98549164ff8e0c68ee25a39b28584394.tar.zst freebsd-ports-gnome-ceb26a3e98549164ff8e0c68ee25a39b28584394.zip |
- Fix build on FreeBSD 10
Reported by: pointyhat
Diffstat (limited to 'print')
-rw-r--r-- | print/pdflib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/pdflib/Makefile b/print/pdflib/Makefile index 6b1e8105cb3f..9ecbdfd99999 100644 --- a/print/pdflib/Makefile +++ b/print/pdflib/Makefile @@ -16,6 +16,7 @@ COMMENT= A C library for dynamically generating PDF RESTRICTED= many odd restrictions on usage and distribution +WITH_FBSD10_FIX=yes USE_LDCONFIG= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool |