diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-01-15 14:21:31 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-01-15 14:21:31 +0000 |
commit | 6ab4eea68a6299174c83bbae3eb60e8621180bdb (patch) | |
tree | da9cadb27f478c5c98cb57ce5d41ba756e9f1be7 /graphics/epstool/files | |
parent | Update MASTER_SITES and WWW to reflect bvi's new sourceforge address. (diff) |
Update to 1.60
PR: 24283
Submitted by: Ports Fury
Diffstat (limited to 'graphics/epstool/files')
-rw-r--r-- | graphics/epstool/files/patch-aa | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/epstool/files/patch-aa b/graphics/epstool/files/patch-aa index e99640db8d18..30a22daf3976 100644 --- a/graphics/epstool/files/patch-aa +++ b/graphics/epstool/files/patch-aa @@ -1,13 +1,13 @@ ---- makefile.unx.orig Sat Dec 5 04:05:34 1998 -+++ makefile.unx Fri Feb 25 04:42:20 2000 +--- makefile.unx.orig Mon Nov 6 09:58:48 2000 ++++ makefile.unx Thu Jan 11 22:48:17 2001 @@ -20,13 +20,13 @@ RM=/bin/rm -f SHELL=/bin/sh -BINDIR=/usr/local/bin --INCLUDES=-I/usr/openwin/include +-INCLUDES=-I/usr/openwin/include -I../src -I. +BINDIR=${PREFIX}/bin -+INCLUDES= ++INCLUDES=-I../src -I. LIBS= # if you have a strict ANSI compiler, add -D__STDC__ DEFINES=-DUNIX -DEPSTOOL -DHAVE_UNISTD_H @@ -15,9 +15,9 @@ -CC=gcc +#CC=gcc - OBJS=epstool.$(OBJ) gvceps.$(OBJ) ps.$(OBJ) + OBJS=epstool.$(OBJ) gvceps.$(OBJ) dscparse.$(OBJ) dscutil.$(OBJ) -@@ -54,5 +54,5 @@ +@@ -61,5 +61,5 @@ -$(RM) epstool install: epstool |