freebsd-ports/editors/led/files/patch-src-modules-perlapi-Makefile
2004-03-22 13:32:40 +00:00

11 lines
363 B
Text

--- src/modules/perlapi/Makefile.orig Mon Mar 22 14:29:51 2004
+++ src/modules/perlapi/Makefile Mon Mar 22 14:29:59 2004
@@ -8,7 +8,7 @@
include ../Makefile.module
-CFLAGS+= `perl -MExtUtils::Embed -e ccopts`
+CFLAGS+= `perl -MExtUtils::Embed -e ccopts` -fPIC
XSUBPPDIR= `perl -MConfig -e 'print $$Config{privlib}'`/ExtUtils
XSUBPP= $(XSUBPPDIR)/xsubpp