Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2013 22:26:27 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327321 - head/graphics/podofo
Message-ID:  <201309142226.r8EMQRUg018836@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309142226.r8EMQRUg018836>