openbsd-ports/www/clearsilver/patches/patch-cs_Makefile

12 lines
309 B
Plaintext
Raw Normal View History

$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
2005-06-09 17:38:39 -04:00
@@ -6,6 +6,7 @@ endif
include $(NEOTONIC_ROOT)/rules.mk
2005-06-09 17:38:39 -04:00
+CFLAGS += -fPIC
CS_LIB = $(LIB_DIR)libneo_cs.a
CS_SRC = csparse.c
CS_OBJ = $(CS_SRC:%.c=%.o)