1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Fix static linked executable.

PR: 23370
Submitted by: MAINTAINER
This commit is contained in:
Kevin Lo 2000-12-08 15:02:54 +00:00
parent 7fba1a1446
commit 843544003e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35773

View File

@ -18,7 +18,7 @@ USE_GMAKE= yes
MAN8= gpart.8
.if defined(WANT_STATIC)
LDFLAGS= -static
MAKE_ARGS+= LDFLAGS=-static
.endif
.include <bsd.port.mk>