Fix build on AMD64

This commit is contained in:
Tilman Keskinoz 2004-02-20 15:47:55 +00:00
parent 27129c31ff
commit b2fd6b20dc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101510

View File

@ -17,4 +17,8 @@ COMMENT= A tiny text editor, with a number of useful programming features
GNU_CONFIGURE= yes
USE_PERL5= yes
.if ${MACHINE_ARCH:L} == "amd64"
CFLAGS+= "-fPIC"
.endif
.include <bsd.port.mk>