diff options
Diffstat (limited to 'editors/led/Makefile')
-rw-r--r-- | editors/led/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/editors/led/Makefile b/editors/led/Makefile index 52b88653c417..bb7a2249ab1d 100644 --- a/editors/led/Makefile +++ b/editors/led/Makefile @@ -17,8 +17,4 @@ 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> |