summaryrefslogtreecommitdiff
path: root/www/plugger/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'www/plugger/files/patch-Makefile.in')
-rw-r--r--www/plugger/files/patch-Makefile.in13
1 files changed, 11 insertions, 2 deletions
diff --git a/www/plugger/files/patch-Makefile.in b/www/plugger/files/patch-Makefile.in
index a59f503195e9..0d7422fefb80 100644
--- a/www/plugger/files/patch-Makefile.in
+++ b/www/plugger/files/patch-Makefile.in
@@ -1,5 +1,5 @@
---- Makefile.in.orig Wed Jul 7 03:13:00 2004
-+++ Makefile.in Wed Jul 7 03:21:47 2004
+--- Makefile.in.orig Sun May 16 01:02:46 2004
++++ Makefile.in Fri Sep 10 15:03:17 2004
@@ -30,7 +30,7 @@
CC=@CC@
LD=@LD@
@@ -27,3 +27,12 @@
all: plugger.so plugger-$(VERSION) plugger-controller
+@@ -132,7 +132,7 @@
+ plugger-helper.o: plugger.h
+
+ plugger.o: plugger.c plugger.h
+- $(CC) -c $(SHARED_CFLAGS) -o plugger.o plugger.c
++ $(CC) -c $(SHARED_CFLAGS) -DSYSCONFDIR=\"$(prefix)/etc\" -o plugger.o plugger.c
+
+ plugger-common.o: plugger-common.c plugger.h
+ $(CC) -c $(SHARED_CFLAGS) -o plugger-common.o plugger-common.c