diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-05-02 06:13:15 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-05-02 06:13:15 +0000 |
commit | ed7799c531bf3888139eb5e563310faaba36bdc4 (patch) | |
tree | 529b1cc14f96e24f1e544a1413728396da3d642a /textproc/syck | |
parent | b7ea63a526a80f079e75ffaaeb08eea7570e2f5b (diff) |
Notes
Diffstat (limited to 'textproc/syck')
-rw-r--r-- | textproc/syck/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/syck/Makefile b/textproc/syck/Makefile index 54f9d22f8199..1e331e9eaa20 100644 --- a/textproc/syck/Makefile +++ b/textproc/syck/Makefile @@ -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> |