svn commit: r408367 - head/cad/ghdl

John Marino marino at FreeBSD.org
Sun Feb 7 10:47:19 UTC 2016


Author: marino
Date: Sun Feb  7 10:47:17 2016
New Revision: 408367
URL: https://svnweb.freebsd.org/changeset/ports/408367

Log:
  cad/ghdl: USES+= ncurses libedit, fix with ports ncurses

Modified:
  head/cad/ghdl/Makefile

Modified: head/cad/ghdl/Makefile
==============================================================================
--- head/cad/ghdl/Makefile	Sun Feb  7 10:46:00 2016	(r408366)
+++ head/cad/ghdl/Makefile	Sun Feb  7 10:47:17 2016	(r408367)
@@ -53,6 +53,7 @@ OPTIONS_SINGLE_BACKEND=	GCC LLVM
 
 GCC_DESC=		Code generator is GCC  (mature)
 LLVM_DESC=		Code generator is LLVM (experimental)
+LLVM_USES=		libedit ncurses
 
 .if exists (/sbin/hammer)
 OPTIONS_DEFAULT=	LLVM
@@ -118,6 +119,7 @@ post-patch:
 		-e 's|(INSTALL_DATA)|(BSD_INSTALL_DATA)|' \
 		${WRKSRC}/configure ${WRKSRC}/Makefile.in
 	@${REINPLACE_CMD} -e 's|clang++|clang++${LLVMVER}|' \
+		-e 's|\((LDFLAGS)\)|\1 -L${LOCALBASE}/lib|' \
 		${WRKSRC}/src/ortho/llvm/Makefile
 
 .if ${PORT_OPTIONS:MGCC}


More information about the svn-ports-all mailing list