Fix build of textproc/py-syck by using -fPIC in CFLAGS.

This commit is contained in:
Kirill Ponomarev 2005-05-02 06:13:15 +00:00
parent b7ea63a526
commit ed7799c531
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134482

View File

@ -15,5 +15,6 @@ COMMENT= Syck is an extension for reading and writing YAML swiftly
GNU_CONFIGURE= yes
USE_BISON= yes
CFLAGS+= -fPIC
.include <bsd.port.mk>