diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-07-28 09:48:08 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-07-28 09:48:08 +0000 |
commit | 9e6e5ca87b93ecdd5a3f995e9d5b6820205f0cbe (patch) | |
tree | bfc4fdfdcbcceb1636af464e6c75d985f98ed9db /graphics/hp2xx | |
parent | ba3ceb81e92dc6345571d0f534054bfe1103732f (diff) | |
download | pkgsrc-9e6e5ca87b93ecdd5a3f995e9d5b6820205f0cbe.tar.gz |
Correct patch-ab by request on the maintainer, closes pr 5857.
Diffstat (limited to 'graphics/hp2xx')
-rw-r--r-- | graphics/hp2xx/patches/patch-ab | 19 |
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) |