Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Aug 2021 14:35:08 GMT
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 93147d549224 - 2021Q3 - security/softether: cleanup unnecessary CFLAGS & LDFLAGS
Message-ID:  <202108201435.17KEZ850012901@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by meta:

URL: https://cgit.FreeBSD.org/ports/commit/?id=93147d5492249ff905c49f47aa561fd82d9dbebe

commit 93147d5492249ff905c49f47aa561fd82d9dbebe
Author:     Koichiro Iwao <meta@FreeBSD.org>
AuthorDate: 2021-08-16 06:20:45 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2021-08-20 14:30:34 +0000

    security/softether: cleanup unnecessary CFLAGS & LDFLAGS
    
    (cherry picked from commit c9f4c589af0201fc3c0d8d53720c82104ecbad66)
---
 security/softether/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/security/softether/Makefile b/security/softether/Makefile
index 165d85a3fc8c..3fb96f25697b 100644
--- a/security/softether/Makefile
+++ b/security/softether/Makefile
@@ -34,9 +34,6 @@ PLIST_SUB=	SE_DBDIR="${SE_DBDIR}" SE_LOGDIR="${SE_LOGDIR}" SE_PIDDIR="${SE_PIDDI
 SUB_LIST=	SE_DBDIR="${SE_DBDIR}" SE_LOGDIR="${SE_LOGDIR}" SE_PIDDIR="${SE_PIDDIR}"
 SUB_FILES=	pkg-message vpncmd
 
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
-
 # a pity the source directory has such a naming scheme, but well
 WRKSRC=		${WRKDIR}/v${DISTVERSION}
 



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