diff options
author | antoine <antoine@FreeBSD.org> | 2017-09-25 13:26:59 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-09-25 13:26:59 +0800 |
commit | b85ba6880794b570dd2da96174723dc790a91ccf (patch) | |
tree | c59bcdfaf560c45931d634281a2349238c9145dd /www | |
parent | 4d1169d98a6c97bb2513e921c8ef945bbc493658 (diff) | |
download | freebsd-ports-gnome-b85ba6880794b570dd2da96174723dc790a91ccf.tar.gz freebsd-ports-gnome-b85ba6880794b570dd2da96174723dc790a91ccf.tar.zst freebsd-ports-gnome-b85ba6880794b570dd2da96174723dc790a91ccf.zip |
Revert r450353 and unbreak
Reported by: pkg-fallout
With hat: portmgr
Diffstat (limited to 'www')
-rw-r--r-- | www/links-hacked/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/links-hacked/Makefile b/www/links-hacked/Makefile index b9c74ce65ff2..5155a1dfffc2 100644 --- a/www/links-hacked/Makefile +++ b/www/links-hacked/Makefile @@ -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]* |