diff options
author | steve <steve@FreeBSD.org> | 1999-04-03 01:42:08 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-04-03 01:42:08 +0000 |
commit | 1daad295616cd983fdd8518c67ddf1e61b7b1ccf (patch) | |
tree | 9702a3dc011c4eb33fb2ce96652b76005f47ae3b /graphics/tgd/files | |
parent | f0f920c6355709261bd071ec01e65f5ab44acd4c (diff) | |
download | FreeBSD-ports-1daad295616cd983fdd8518c67ddf1e61b7b1ccf.zip FreeBSD-ports-1daad295616cd983fdd8518c67ddf1e61b7b1ccf.tar.gz |
Import of tgd version 1.2c.
A text based tool for creating and manipulating GIF images
PR: 10210
Submitted by: Michael Haro <mharo@area51.fremont.ca.us>
Diffstat (limited to 'graphics/tgd/files')
-rw-r--r-- | graphics/tgd/files/patch-aa | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/graphics/tgd/files/patch-aa b/graphics/tgd/files/patch-aa new file mode 100644 index 0000000..66f474b --- /dev/null +++ b/graphics/tgd/files/patch-aa @@ -0,0 +1,25 @@ +--- Makefile.orig Mon Feb 22 09:40:53 1999 ++++ Makefile Mon Feb 22 09:47:40 1999 +@@ -26,11 +26,10 @@ + # + PROG = tgd + HOME = . +-GDHOME = $(HOME)/gd1.2 + CC = gcc + CDEFS = +-INCLUDE = -I$(HOME) -I$(GDHOME) +-GDLIB = $(GDHOME)/libgd.a ++INCLUDE = -I$(HOME) -I/usr/local/include/gd ++GDLIB = /usr/local/lib/libgd.a + # + # Some debugging/profiling options + # CFLAGS = -p $(CDEFS) $(INCLUDE) +@@ -43,7 +42,7 @@ + CFLAGS = $(CDEFS) $(INCLUDE) + LDFLAGS = + +-LDLIBS = -L$(GDHOME) -lgd -lm ++LDLIBS = -L/usr/local/lib -lgd -lm + MAKEFILE = Makefile + FONT1 = tgdFont10x20.c tgdFont12x24.c tgdFont5x8.c tgdFont6x10.c + FONT2 = tgdFont6x12.c tgdFont6x13.c tgdFont6x13bold.c tgdFont6x9.c |