svn commit: r362795 - in head/textproc/zorba: . files

Pietro Cerutti gahr at FreeBSD.org
Thu Jul 24 13:24:20 UTC 2014


Author: gahr
Date: Thu Jul 24 13:24:19 2014
New Revision: 362795
URL: http://svnweb.freebsd.org/changeset/ports/362795
QAT: https://qat.redports.org/buildarchive/r362795/

Log:
  - Respect LOCALBASE

Modified:
  head/textproc/zorba/Makefile
  head/textproc/zorba/files/patch-CMakeLists.txt

Modified: head/textproc/zorba/Makefile
==============================================================================
--- head/textproc/zorba/Makefile	Thu Jul 24 13:12:35 2014	(r362794)
+++ head/textproc/zorba/Makefile	Thu Jul 24 13:24:19 2014	(r362795)
@@ -35,6 +35,7 @@ USES=		cmake:outsource iconv compiler:c+
 CXXFLAGS+=	-I${LOCALBASE}/include -O1 # compiler hangs with -O2 on CURRENT
 LDFLAGS+=	-L${LOCALBASE}/lib
 CMAKE_ARGS=	-DCMAKE_REQUIRED_FLAGS:STRING="-I${LOCALBASE}/include -L${LOCALBASE}/lib" \
+    		-DLOCALBASE:STRING=${LOCALBASE} \
     		-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON
 
 DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}

Modified: head/textproc/zorba/files/patch-CMakeLists.txt
==============================================================================
--- head/textproc/zorba/files/patch-CMakeLists.txt	Thu Jul 24 13:12:35 2014	(r362794)
+++ head/textproc/zorba/files/patch-CMakeLists.txt	Thu Jul 24 13:24:19 2014	(r362795)
@@ -18,7 +18,7 @@
 +# execinfo
 +#
 +IF(FREEBSD)
-+   SET(requiredlibs ${requiredlibs} "/usr/local/lib/libexecinfo.so")
++   SET(requiredlibs ${requiredlibs} "${LOCALBASE}/lib/libexecinfo.so")
 +ENDIF(FREEBSD)
 +
 +#


More information about the svn-ports-all mailing list