svn commit: r327321 - head/graphics/podofo

Baptiste Daroussin bapt at FreeBSD.org
Sat Sep 14 22:26:27 UTC 2013


Author: bapt
Date: Sat Sep 14 22:26:27 2013
New Revision: 327321
URL: http://svnweb.freebsd.org/changeset/ports/327321

Log:
  Remove USE_GCC=any: build properly with clang

Modified:
  head/graphics/podofo/Makefile

Modified: head/graphics/podofo/Makefile
==============================================================================
--- head/graphics/podofo/Makefile	Sat Sep 14 22:25:50 2013	(r327320)
+++ head/graphics/podofo/Makefile	Sat Sep 14 22:26:27 2013	(r327321)
@@ -22,7 +22,6 @@ CMAKE_ARGS=	-DPODOFO_BUILD_SHARED:BOOL=T
 		-DPODOFO_BUILD_STATIC:BOOL=FALSE \
 		-DOPENSSL_INCLUDE_DIR:PATH="${OPENSSLINC}" \
 		-DOPENSSL_LIBRARIES:PATH="${OPENSSLDIR}"
-USE_GCC=	any
 USE_OPENSSL=	yes
 USE_LDCONFIG=	yes
 


More information about the svn-ports-all mailing list