From 9e6e5ca87b93ecdd5a3f995e9d5b6820205f0cbe Mon Sep 17 00:00:00 2001 From: frueauf Date: Tue, 28 Jul 1998 09:48:08 +0000 Subject: Correct patch-ab by request on the maintainer, closes pr 5857. --- graphics/hp2xx/patches/patch-ab | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'graphics/hp2xx') 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) -- cgit v1.2.3