openbsd-ports/www/clearsilver/patches/patch-cs_Makefile
fkr 65053c6253 update to version 0.10.3
ok mbalmer@, markus@ (maintainer)
2006-05-15 17:08:43 +00:00

12 lines
309 B
Plaintext

$OpenBSD: patch-cs_Makefile,v 1.2 2006/05/15 17:08:43 fkr Exp $
--- cs/Makefile.orig Thu Feb 2 03:20:49 2006
+++ cs/Makefile Mon May 8 16:54:19 2006
@@ -6,6 +6,7 @@ endif
include $(NEOTONIC_ROOT)/rules.mk
+CFLAGS += -fPIC
CS_LIB = $(LIB_DIR)libneo_cs.a
CS_SRC = csparse.c
CS_OBJ = $(CS_SRC:%.c=%.o)