From 8a2ce339e1c4826be91e3ce7c1640963451e1956 Mon Sep 17 00:00:00 2001 From: arved Date: Fri, 20 Feb 2004 15:47:55 +0000 Subject: Fix build on AMD64 --- editors/led/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'editors') 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 -- cgit