diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-09-01 12:58:41 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-09-01 12:58:41 +0800 |
commit | b96d64fffa4be90ab336ed57de9cdc7487789647 (patch) | |
tree | fb949616b100aadcd972aee06e8a6d830808985b /security | |
parent | e1acc37081976dc3f6e3cafccbda604715af1a94 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |