aboutsummaryrefslogtreecommitdiff
path: root/print/gv/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'print/gv/files/patch-aa')
-rw-r--r--print/gv/files/patch-aa93
1 files changed, 47 insertions, 46 deletions
diff --git a/print/gv/files/patch-aa b/print/gv/files/patch-aa
index 578654f796ac..77137e5a80b4 100644
--- a/print/gv/files/patch-aa
+++ b/print/gv/files/patch-aa
@@ -1,57 +1,58 @@
-diff -cr gv.orig/Imakefile gv/Imakefile
-*** gv.orig/Imakefile Mon Mar 4 00:00:00 1996
---- gv/Imakefile Tue Apr 16 18:35:59 1996
+*** gv/config.Unix.orig Mon Aug 26 18:02:18 1996
+--- gv/config.Unix Mon Aug 26 18:25:27 1996
***************
-*** 27,33 ****
- XCOMM Mainz, Germany
- XCOMM
+*** 28,34 ****
+ XCOMM ====================================================================
+ XCOMM === The print command.
+ XCOMM ====================================================================
+! PRINT_COMMAND = lpr
+
+ XCOMM ====================================================================
+ XCOMM === The name of the Xaw3d library.
+--- 28,34 ----
+ XCOMM ====================================================================
+ XCOMM === The print command.
+ XCOMM ====================================================================
+! PRINT_COMMAND = lpr -s
+
+ XCOMM ====================================================================
+ XCOMM === The name of the Xaw3d library.
+***************
+*** 77,94 ****
+ XCOMM ====================================================================
+ XCOMM === Destination directory for the gv manpage.
+ XCOMM ====================================================================
+! MANDIR = /usr/local/man/man1
-! #include "config.linux"
+ XCOMM ====================================================================
+ XCOMM === Destination directory for the gv executable.
+ XCOMM ====================================================================
+! BINDIR = /usr/local/bin
- #define PassCDebugFlags
+ XCOMM ====================================================================
+ XCOMM === Destination directory for gv data files.
+ XCOMM === Must be terminated with a trailing '/'.
+ XCOMM ====================================================================
+! GV_LIB = /usr/local/lib/gv/
---- 27,33 ----
- XCOMM Mainz, Germany
- XCOMM
-! #include "config.freebsd"
- #define PassCDebugFlags
+--- 77,94 ----
+ XCOMM ====================================================================
+ XCOMM === Destination directory for the gv manpage.
+ XCOMM ====================================================================
+! XCOMM MANDIR = /usr/local/man/man1
-diff -cr gv.orig/source/Imakefile gv/source/Imakefile
-*** gv.orig/source/Imakefile Thu Mar 7 00:00:00 1996
---- gv/source/Imakefile Tue Apr 16 18:41:38 1996
-***************
-*** 23,29 ****
- XCOMM Mainz, Germany
- XCOMM
+ XCOMM ====================================================================
+ XCOMM === Destination directory for the gv executable.
+ XCOMM ====================================================================
+! XCOMM BINDIR = /usr/local/bin
-! #include "../config.linux"
+ XCOMM ====================================================================
+ XCOMM === Destination directory for gv data files.
+ XCOMM === Must be terminated with a trailing '/'.
+ XCOMM ====================================================================
+! GV_LIB = $(LIBDIR)/gv/
- SRCS = \
- Aaa.c \
---- 23,29 ----
- XCOMM Mainz, Germany
- XCOMM
-! #include "../config.freebsd"
- SRCS = \
- Aaa.c \
-***************
-*** 109,115 ****
- #endif
-
- DEFINES = -DNON_BLOCKING_IO $(SIGNAL_DEFINES) $(USER_DEFINES)
-! CC = gcc
- DEPLIBS = XawClientDepLibs
- SYS_LIBRARIES = -lm XawClientLibs
- INSTDATFLAGS = -m 0644
---- 109,115 ----
- #endif
-
- DEFINES = -DNON_BLOCKING_IO $(SIGNAL_DEFINES) $(USER_DEFINES)
-! XCOMM CC = gcc
- DEPLIBS = XawClientDepLibs
- SYS_LIBRARIES = -lm XawClientLibs
- INSTDATFLAGS = -m 0644