diff options
author | frueauf <frueauf> | 1998-07-28 09:48:08 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-07-28 09:48:08 +0000 |
commit | 475c6be7a8bd6b2f9448b1683c20de592f7a2828 (patch) | |
tree | bfc4fdfdcbcceb1636af464e6c75d985f98ed9db /graphics/hp2xx | |
parent | 95041833af8ed7500bc7343dd9ae32c3fa3db0e0 (diff) | |
download | pkgsrc-475c6be7a8bd6b2f9448b1683c20de592f7a2828.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) |