svn commit: r407505 - head/graphics/aalib

John Marino marino at FreeBSD.org
Sat Jan 30 00:28:26 UTC 2016


Author: marino
Date: Sat Jan 30 00:28:24 2016
New Revision: 407505
URL: https://svnweb.freebsd.org/changeset/ports/407505

Log:
  graphics/aalib: LDFLAGS+= -L${LOCALBASE}/lib (for ports ncurses)

Modified:
  head/graphics/aalib/Makefile

Modified: head/graphics/aalib/Makefile
==============================================================================
--- head/graphics/aalib/Makefile	Sat Jan 30 00:21:14 2016	(r407504)
+++ head/graphics/aalib/Makefile	Sat Jan 30 00:28:24 2016	(r407505)
@@ -20,6 +20,7 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-1.4.0
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 INFO=		aalib
+LDFLAGS+=	-L${LOCALBASE}/lib
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-head mailing list