Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Sep 2017 05:26:59 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r450569 - head/www/links-hacked
Message-ID:  <201709250526.v8P5QxxQ065409@repo.freebsd.org>

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



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