summaryrefslogtreecommitdiff
path: root/parallel/dqs/patches
diff options
context:
space:
mode:
authorwiz <wiz>2004-09-10 20:23:46 +0000
committerwiz <wiz>2004-09-10 20:23:46 +0000
commita07e73f5055622c2ff526c170ff2cf257c759fd3 (patch)
tree80b116727d158109431dede28fb5755e21d6feea /parallel/dqs/patches
parent1ea6d41f44d8d76f6faa8a31f52811851a450592 (diff)
downloadpkgsrc-a07e73f5055622c2ff526c170ff2cf257c759fd3.tar.gz
Fix installation with gcc3.
Install documentation into share/doc instead of share/doc/html. Add missing files to PLIST. Bump PKGREVISION to 2.
Diffstat (limited to 'parallel/dqs/patches')
-rw-r--r--parallel/dqs/patches/patch-af19
1 files changed, 18 insertions, 1 deletions
diff --git a/parallel/dqs/patches/patch-af b/parallel/dqs/patches/patch-af
index 82378ec9e82..b02befaaed1 100644
--- a/parallel/dqs/patches/patch-af
+++ b/parallel/dqs/patches/patch-af
@@ -1,4 +1,4 @@
-$NetBSD: patch-af,v 1.1 2004/07/10 15:14:57 wiz Exp $
+$NetBSD: patch-af,v 1.2 2004/09/10 20:23:46 wiz Exp $
--- SRC/Makefile.orig 1999-07-02 17:06:53.000000000 +0200
+++ SRC/Makefile
@@ -11,3 +11,20 @@ $NetBSD: patch-af,v 1.1 2004/07/10 15:14:57 wiz Exp $
# rm -f Makefile.c
@$(MAKE) -f Makefile.typ $@
+@@ -123,14 +123,14 @@ clean :
+ rm -f Makefile.c
+ cp $(PROTO) Makefile.c
+ echo "#define `../UTIL/config.guess 1`" | sed s/\\./_/g | sed s/-/_/g > Makefile.h
+- $(CC) -E Makefile.c | sed 's/\/ /\//g' | sed 's/ \//\//g' | sed 's/ ( BIN_DIR )/(BIN_DIR)/g' > Makefile.typ
++ $(CC) -E Makefile.c | sed 's/ / /g' | sed 's/\/ /\//g' | sed 's/ \//\//g' | sed 's/ ( BIN_DIR )/(BIN_DIR)/g' > Makefile.typ
+ @$(MAKE) -f Makefile.typ $@
+
+ .DEFAULT :
+ rm -f Makefile.c
+ cp $(PROTO) Makefile.c
+ echo "#define `../UTIL/config.guess`" | sed s/\\./_/g | sed s/-/_/g > Makefile.h
+- $(CC) -E Makefile.c | sed 's/\/ /\//g' | sed 's/ \//\//g' | sed 's/ ( BIN_DIR )/(BIN_DIR)/g' > Makefile.typ
++ $(CC) -E Makefile.c | sed 's/ / /g' | sed 's/\/ /\//g' | sed 's/ \//\//g' | sed 's/ ( BIN_DIR )/(BIN_DIR)/g' > Makefile.typ
+ # rm -f Makefile.c
+ @$(MAKE) -f Makefile.typ $@
+