aboutsummaryrefslogtreecommitdiff
path: root/editors/led
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-02-20 15:47:55 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-02-20 15:47:55 +0000
commitb2fd6b20dc1b5134908607ad245afc2842fd6d3f (patch)
treec83fbfa7973c5ce1eddd000b4bf2fee7d4c0eee5 /editors/led
parent27129c31fff12196a4101a1fb1e255e17faaea5e (diff)
downloadports-b2fd6b20dc1b5134908607ad245afc2842fd6d3f.tar.gz
ports-b2fd6b20dc1b5134908607ad245afc2842fd6d3f.zip
Fix build on AMD64
Notes
Notes: svn path=/head/; revision=101510
Diffstat (limited to 'editors/led')
-rw-r--r--editors/led/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/led/Makefile b/editors/led/Makefile
index bb7a2249ab1d..52b88653c417 100644
--- a/editors/led/Makefile
+++ b/editors/led/Makefile
@@ -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>