svn commit: r450569 - head/www/links-hacked

Antoine Brodin antoine at FreeBSD.org
Mon Sep 25 05:27:00 UTC 2017


Author: antoine
Date: Mon Sep 25 05:26:59 2017
New Revision: 450569
URL: https://svnweb.freebsd.org/changeset/ports/450569

Log:
  Revert r450353 and unbreak
  
  Reported by:	pkg-fallout
  With hat:	portmgr

Modified:
  head/www/links-hacked/Makefile

Modified: head/www/links-hacked/Makefile
==============================================================================
--- head/www/links-hacked/Makefile	Mon Sep 25 03:19:43 2017	(r450568)
+++ head/www/links-hacked/Makefile	Mon Sep 25 05:26:59 2017	(r450569)
@@ -18,7 +18,8 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-ssl --without-pmshell --without-atheos --without-fb
 
 CFLAGS+=	-Wno-error=return-type
-LDFLAGS+=	-lexecinfo
+CPPFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib -lexecinfo
 
 CONFLICTS=	links-[0-9]*
 


More information about the svn-ports-all mailing list