diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-03-08 11:28:14 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-03-08 11:28:14 +0000 |
commit | 70fb9a68023b025b3730f460d328ea6c25bcbf6a (patch) | |
tree | 3b2e264fa9253c0d4fac3619c027ac7c07fd7b49 /www/mod_authenticache | |
parent | e2a5751476af417c3bcf826074ba186497421b2e (diff) | |
download | ports-70fb9a68023b025b3730f460d328ea6c25bcbf6a.tar.gz ports-70fb9a68023b025b3730f460d328ea6c25bcbf6a.zip |
Notes
Diffstat (limited to 'www/mod_authenticache')
-rw-r--r-- | www/mod_authenticache/files/patch-Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/www/mod_authenticache/files/patch-Makefile b/www/mod_authenticache/files/patch-Makefile index 24350cb0288d..bb86fc4e07b9 100644 --- a/www/mod_authenticache/files/patch-Makefile +++ b/www/mod_authenticache/files/patch-Makefile @@ -1,6 +1,6 @@ --- Makefile.orig Sat Mar 6 02:03:42 2004 -+++ Makefile Sat Mar 6 12:04:51 2004 -@@ -3,14 +3,16 @@ ++++ Makefile Mon Mar 8 11:36:41 2004 +@@ -3,16 +3,18 @@ NAME = mod_authenticache VERSION = 2.0.8 @@ -18,8 +18,11 @@ +all: $(NAME).so + $(NAME).so: $(OBJS) $(EXPS) - $(CC) $(FLGS) -fpic -shared -o $@ $^ $(LIBS) +- $(CC) $(FLGS) -fpic -shared -o $@ $^ $(LIBS) ++ $(CC) $(FLGS) -fPIC -shared -o $@ $^ $(LIBS) + .c.o: $< + $(CC) $(FLGS) -c $< $(INCS) $(DEFS) @@ -21,7 +23,7 @@ -rm -f *.o *.so |