aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-09-01 12:58:41 +0800
committerdinoex <dinoex@FreeBSD.org>2003-09-01 12:58:41 +0800
commitb96d64fffa4be90ab336ed57de9cdc7487789647 (patch)
treefb949616b100aadcd972aee06e8a6d830808985b /security
parente1acc37081976dc3f6e3cafccbda604715af1a94 (diff)
downloadfreebsd-ports-gnome-b96d64fffa4be90ab336ed57de9cdc7487789647.tar.gz
freebsd-ports-gnome-b96d64fffa4be90ab336ed57de9cdc7487789647.tar.zst
freebsd-ports-gnome-b96d64fffa4be90ab336ed57de9cdc7487789647.zip
- don't clobber any given LDFLAGS
resolves conflitcs with bsd.openssl.mk Approved by: krion
Diffstat (limited to 'security')
-rw-r--r--security/tinc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/tinc/Makefile b/security/tinc/Makefile
index b47879876f6c..d96189e9b486 100644
--- a/security/tinc/Makefile
+++ b/security/tinc/Makefile
@@ -23,8 +23,8 @@ USE_OPENSSL= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
+LDFLAGS+= -L${LOCALBASE}/lib"
MAN5= tinc.conf.5
MAN8= tincd.8