diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-15 06:26:27 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-15 06:26:27 +0800 |
commit | 293ed96685daa75f377918fa8a47ffcac153ae65 (patch) | |
tree | 17d90437958dda769b21704e17eceae0561fb013 /graphics/podofo | |
parent | 04878020eaf84c418ba756d3eabc07dfd5a4243a (diff) | |
download | freebsd-ports-gnome-293ed96685daa75f377918fa8a47ffcac153ae65.tar.gz freebsd-ports-gnome-293ed96685daa75f377918fa8a47ffcac153ae65.tar.zst freebsd-ports-gnome-293ed96685daa75f377918fa8a47ffcac153ae65.zip |
Remove USE_GCC=any: build properly with clang
Diffstat (limited to 'graphics/podofo')
-rw-r--r-- | graphics/podofo/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/podofo/Makefile b/graphics/podofo/Makefile index dd684302d12f..0c4925aaff07 100644 --- a/graphics/podofo/Makefile +++ b/graphics/podofo/Makefile @@ -22,7 +22,6 @@ CMAKE_ARGS= -DPODOFO_BUILD_SHARED:BOOL=TRUE \ -DPODOFO_BUILD_STATIC:BOOL=FALSE \ -DOPENSSL_INCLUDE_DIR:PATH="${OPENSSLINC}" \ -DOPENSSL_LIBRARIES:PATH="${OPENSSLDIR}" -USE_GCC= any USE_OPENSSL= yes USE_LDCONFIG= yes |