openbsd-ports/www/clearsilver/patches/patch-rules_mk_in
sturm fa55d66dfd Initial import of clearsilver 0.9.14
Clearsilver is a fast, powerful, and language-neutral HTML template
system. In both static content sites and dynamic HTML applications,
it provides a separation between presentation code and application
logic which makes working with your project easier.

from markus@
2005-05-26 01:33:38 +00:00

23 lines
758 B
Plaintext

$OpenBSD: patch-rules_mk_in,v 1.1.1.1 2005/05/26 01:33:38 sturm Exp $
--- rules.mk.in.orig Tue Nov 16 16:05:10 2004
+++ rules.mk.in Wed May 25 19:03:31 2005
@@ -78,15 +78,15 @@ CPPFLAGS = -I$(NEOTONIC_ROOT) @CPPFLAG
OUTPUT_OPTION = -o $@
LD = $(CC) -o
LDFLAGS = -L$(LIB_DIR) @LDFLAGS@
-LDSHARED = $(CC) -shared -fPic
-CPPLDSHARED = $(CPP) -shared -fPic
+LDSHARED = $(CC) -shared -fPIC
+CPPLDSHARED = $(CPP) -shared -fPIC
AR = @AR@ cr
RANLIB = @RANLIB@
DEP_LIBS = $(DLIBS:-l%=$(LIB_DIR)lib%.a)
DBI_LIBS = -ldbi -ldl -lz
LIBS = @LIBS@
LS = /bin/ls
-XARGS = xargs -i%
+XARGS = xargs -J%
BUILD_WRAPPERS = @BUILD_WRAPPERS@
EXTRA_UTL_OBJS = @EXTRA_UTL_OBJS@
EXTRA_UTL_SRC = @EXTRA_UTL_SRC@