summaryrefslogtreecommitdiff
path: root/print/pcps/patches
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-11-23 13:47:00 +0000
committerrh <rh@pkgsrc.org>2000-11-23 13:47:00 +0000
commit2b86ffd2db7c89f321aff61aec65abdaedb26638 (patch)
treeb3f674a7536a1e312326d6708df9473866d303eb /print/pcps/patches
parentc70413d754b76b2de39d1cda0d0a1ac69d3af6bc (diff)
downloadpkgsrc-2b86ffd2db7c89f321aff61aec65abdaedb26638.tar.gz
Initial import of pcps-8.40, a text to postscript converter. Closes PR
10534 by John Refling <refling@comet.lbl.gov>
Diffstat (limited to 'print/pcps/patches')
-rw-r--r--print/pcps/patches/patch-aa46
1 files changed, 46 insertions, 0 deletions
diff --git a/print/pcps/patches/patch-aa b/print/pcps/patches/patch-aa
new file mode 100644
index 00000000000..cb2edb88e4e
--- /dev/null
+++ b/print/pcps/patches/patch-aa
@@ -0,0 +1,46 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/11/23 13:47:00 rh Exp $
+
+--- ./makefile.orig Tue Apr 4 20:06:22 2000
++++ ./makefile Mon May 22 13:40:03 2000
+@@ -12,7 +12,7 @@
+ # CC defines the C compiler to be used - must be ansi (ie. old cc no good)
+ #CC=gcc
+ # a good one for HP_UX
+-CC=c89
++#CC=c89
+
+
+ ###########################################################################
+@@ -41,8 +41,8 @@
+ # the default printer to send the PostScript. Most systems will have an
+ # alias "PostScript" but some systems may just call it "lp" or "lp0"
+
+-DEFP="-DDEFPRINT=\"PostScript\""
+-# DEFP="-DDEFPRINT=\"lp\""
++#DEFP="-DDEFPRINT=\"PostScript\""
++DEFP="-DDEFPRINT=\"lp\""
+
+
+ # DEFAULT PRINT COMMAND */
+@@ -51,10 +51,10 @@
+ # HP_UX uses "lp -d" so I have this defined also */
+
+ # Most older systems
+-#PIPE="-DPIPECMD=\"lpr -P\""
++PIPE="-DPIPECMD=\"lpr -P\""
+
+ # HP_UX, AIX, SOLARIS2.4 etc.
+-PIPE="-DPIPECMD=\"lp -d\""
++#PIPE="-DPIPECMD=\"lp -d\""
+
+
+
+@@ -78,7 +78,7 @@
+ # DEC ULTRIX, bull dpx2 :
+ #DEFINES=-DUNIX -DULTRIX
+ # HP_UX using c89 :
+-DEFINES=-DUNIX -D_PROTOTYPES -D_INCLUDE_POSIX_SOURCE -D_XPG2 -DHP_UX
++#DEFINES=-DUNIX -D_PROTOTYPES -D_INCLUDE_POSIX_SOURCE -D_XPG2 -DHP_UX
+ # NeXT using cc :
+ #DEFINES=-DUNIX -DULTRIX -DNEXT
+ # Linux :