diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-03-31 02:43:10 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-03-31 02:43:10 +0000 |
commit | cd17cf84c31f7a19e83754fada2a68de5a33f5b1 (patch) | |
tree | af5bddda6a25a9cd9215090fe24da1621f4f3435 /print | |
parent | 31b39abe4ff893df482fe97d3dd75a41e17c661f (diff) | |
download | pkgsrc-cd17cf84c31f7a19e83754fada2a68de5a33f5b1.tar.gz |
Make this build and install under Linux.
Diffstat (limited to 'print')
-rw-r--r-- | print/gv/Makefile | 6 | ||||
-rw-r--r-- | print/gv/distinfo | 4 | ||||
-rw-r--r-- | print/gv/patches/patch-aa | 21 |
3 files changed, 25 insertions, 6 deletions
diff --git a/print/gv/Makefile b/print/gv/Makefile index f14524bb09b..59d8dcb4771 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2003/03/03 02:51:03 jschauma Exp $ +# $NetBSD: Makefile,v 1.36 2003/03/31 02:43:10 jschauma Exp $ # FreeBSD Id: Makefile,v 1.16 1997/07/13 18:49:29 max Exp # @@ -17,6 +17,10 @@ XAW_TYPE?= 3d .include "../../mk/bsd.prefs.mk" +.if ${OPSYS} == "Linux" +USE_GMAKE= YES +.endif + # We need Xaw3d to build. .if ${XAW_TYPE} == "standard" XAW_TYPE:= 3d diff --git a/print/gv/distinfo b/print/gv/distinfo index d247473ecad..fd5aa5355e5 100644 --- a/print/gv/distinfo +++ b/print/gv/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.3 2002/10/04 03:00:11 itojun Exp $ +$NetBSD: distinfo,v 1.4 2003/03/31 02:43:11 jschauma Exp $ SHA1 (gv-3.5.8.tar.gz) = 5c67b41ee19887bf1efed4e958d09d3845a857aa Size (gv-3.5.8.tar.gz) = 369609 bytes -SHA1 (patch-aa) = 970c468e8cdd76cd8d61b28e9f329fd540012928 +SHA1 (patch-aa) = 27e158efd12d67776e1977bba2bbb8f464aa6101 SHA1 (patch-ab) = 219c5b4b9402dd68dc4855eb8179f44d60e9d8af SHA1 (patch-ae) = c9ff70c144a793b3cb058aa039dd51e8991d8036 SHA1 (patch-af) = 6148ce1f295c302b2a09d4f4b58a313ed55c8cc2 diff --git a/print/gv/patches/patch-aa b/print/gv/patches/patch-aa index 29733a4b632..3a3a7fcce17 100644 --- a/print/gv/patches/patch-aa +++ b/print/gv/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.6 2000/12/08 16:23:16 jlam Exp $ +$NetBSD: patch-aa,v 1.7 2003/03/31 02:43:11 jschauma Exp $ --- config.Unix.orig Fri Jun 6 18:00:00 1997 -+++ config.Unix -@@ -32,10 +32,11 @@ ++++ config.Unix Sun Mar 30 21:25:38 2003 +@@ -32,16 +32,17 @@ XCOMM -------------------------------------------------------------------- XCOMM Destination directories. XCOMM -------------------------------------------------------------------- @@ -18,6 +18,13 @@ $NetBSD: patch-aa,v 1.6 2000/12/08 16:23:16 jlam Exp $ XCOMM -------------------------------------------------------------------- XCOMM --- The name of the Xaw3d library. + XCOMM -------------------------------------------------------------------- + XCOMM XAWLIB = -lXaw +- XAWLIB = -lXaw3d ++ XAWLIB = ${LIBXAW} + + XCOMM -------------------------------------------------------------------- + XCOMM As far as the Xaw3d header files are concerned it is by @@ -110,7 +111,7 @@ XCOMM -------------------------------------------------------------------- XCOMM --- Use extra code for setenv() and getenv() ? @@ -27,3 +34,11 @@ $NetBSD: patch-aa,v 1.6 2000/12/08 16:23:16 jlam Exp $ # define USE_SETENV_CODE #endif +@@ -206,6 +207,7 @@ + XCOMM Destination directory for the gv class resource file. + XCOMM -------------------------------------------------------------------- + XCOMM XAPPLOADDIR = /home/etc/class-defaults ++ XAPPLOADDIR = $(LIBDIR)/app-defaults + + XCOMM #################################################################### + XCOMM ##### Don't touch any of the settings below ... |