diff options
author | arved <arved@FreeBSD.org> | 2004-02-20 23:47:55 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-02-20 23:47:55 +0800 |
commit | 8a2ce339e1c4826be91e3ce7c1640963451e1956 (patch) | |
tree | eb093b37dd92026a2e68c6458a7a804aec1a2333 /editors | |
parent | 1154bc45a7b01468ee8fa04e5b9a61ad55c409cb (diff) | |
download | freebsd-ports-gnome-8a2ce339e1c4826be91e3ce7c1640963451e1956.tar.gz freebsd-ports-gnome-8a2ce339e1c4826be91e3ce7c1640963451e1956.tar.zst freebsd-ports-gnome-8a2ce339e1c4826be91e3ce7c1640963451e1956.zip |
Fix build on AMD64
Diffstat (limited to 'editors')
-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> |