Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Aug 2021 06:38:28 GMT
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c9f4c589af02 - main - security/softether: cleanup unnecessary CFLAGS & LDFLAGS
Message-ID:  <202108160638.17G6cSDW068758@gitrepo.freebsd.org>

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

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

commit c9f4c589af0201fc3c0d8d53720c82104ecbad66
Author:     Koichiro Iwao <meta@FreeBSD.org>
AuthorDate: 2021-08-16 06:20:45 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2021-08-16 06:36:56 +0000

    security/softether: cleanup unnecessary CFLAGS & LDFLAGS
---
 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?202108160638.17G6cSDW068758>