summaryrefslogtreecommitdiff
path: root/graphics/hp2xx/patches
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-07-28 09:48:08 +0000
committerfrueauf <frueauf>1998-07-28 09:48:08 +0000
commit0e5b7ec10c6fda5e319471dcf84f1c70c9ede6d2 (patch)
treebfc4fdfdcbcceb1636af464e6c75d985f98ed9db /graphics/hp2xx/patches
parentf73062b7c0ed85949d2ff2d95e5813990b3059c7 (diff)
downloadpkgsrc-0e5b7ec10c6fda5e319471dcf84f1c70c9ede6d2.tar.gz
Correct patch-ab by request on the maintainer, closes pr 5857.
Diffstat (limited to 'graphics/hp2xx/patches')
-rw-r--r--graphics/hp2xx/patches/patch-ab19
1 files changed, 13 insertions, 6 deletions
diff --git a/graphics/hp2xx/patches/patch-ab b/graphics/hp2xx/patches/patch-ab
index 3b460dabd74..02161069439 100644
--- a/graphics/hp2xx/patches/patch-ab
+++ b/graphics/hp2xx/patches/patch-ab
@@ -1,20 +1,27 @@
---- sources/Makefile.orig Mon Nov 15 16:47:49 1993
-+++ sources/Makefile Fri Jul 10 11:16:20 1998
-@@ -35,5 +35,5 @@
+--- sources/Makefile.orig Mon Nov 15 22:47:49 1993
++++ sources/Makefile Tue Jul 28 11:39:53 1998
+@@ -34,7 +34,7 @@
+
# Installation sites (GNU conventions):
#
-prefix = /usr/local
+prefix = ${PREFIX}
bindir = $(prefix)/bin
includedir = $(prefix)/include
-@@ -48,5 +48,5 @@
+ mandir = $(prefix)/man
+@@ -47,8 +47,8 @@
+ CC = gcc
CFLAGS = -O2 -Wall -ansi -fstrength-reduce -finline-functions
-LFLAGS = # only sometimes needed; see below for examples
+-CPPFLAGS = -I. # only sometimes needed; see below for examples
+LFLAGS = -L${X11BASE}/lib # only sometimes needed; see below for examples
- CPPFLAGS = -I. # only sometimes needed; see below for examples
++CPPFLAGS = -I. -I${X11BASE}/include # only sometimes needed; see below for examples
BINDCMD = # only needed for EMX and DJGPP DOS extenders
-@@ -280,14 +280,10 @@
+
+
+@@ -279,15 +279,11 @@
+ install: install-bin install-info install-man
install-bin: $(PROGRAM)
- -$(STRIP) $(PROGRAM)