aboutsummaryrefslogtreecommitdiff
path: root/devel/arduinoOTA
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-10-12 09:06:17 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-10-12 09:06:17 +0000
commitd7e7e4397c0371413b972544a2295b77302b8169 (patch)
tree4e276eff5a36cfbec8aaa631c017c918d78c29da /devel/arduinoOTA
parentafe4d7db849ce70469fff620467828c3e0df0ac7 (diff)
downloadports-d7e7e4397c0371413b972544a2295b77302b8169.tar.gz
ports-d7e7e4397c0371413b972544a2295b77302b8169.zip
Notes
Diffstat (limited to 'devel/arduinoOTA')
-rw-r--r--devel/arduinoOTA/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/arduinoOTA/Makefile b/devel/arduinoOTA/Makefile
index 11ffec34ce90..0af6f152845d 100644
--- a/devel/arduinoOTA/Makefile
+++ b/devel/arduinoOTA/Makefile
@@ -18,8 +18,6 @@ GH_TAGNAME= c2b8306
PLIST_FILES= bin/${PORTNAME}
COMPILEINFO= ${OPSYS}${OSREL}-${ARCH}-${GH_TAGNAME}
-STRIP= # stripping can break go binaries
-
do-build:
(cd ${WRKSRC} && ${SETENV} ${GO_ENV} go build -o ${PORTNAME} -ldflags "-X main.compileInfo=${COMPILEINFO}" main.go)