diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-20 15:47:55 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-20 15:47:55 +0000 |
commit | b2fd6b20dc1b5134908607ad245afc2842fd6d3f (patch) | |
tree | c83fbfa7973c5ce1eddd000b4bf2fee7d4c0eee5 /editors/led | |
parent | 27129c31fff12196a4101a1fb1e255e17faaea5e (diff) | |
download | ports-b2fd6b20dc1b5134908607ad245afc2842fd6d3f.tar.gz ports-b2fd6b20dc1b5134908607ad245afc2842fd6d3f.zip |
Notes
Diffstat (limited to 'editors/led')
-rw-r--r-- | editors/led/Makefile | 4 |
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> |