diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-01-27 17:21:30 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-01-27 17:21:30 +0000 |
commit | 144778247840549e3c9d7d9eae660f084acc55dd (patch) | |
tree | fc37ccabdf2ab7d50994b63c5f662c4145e52956 /graphics/gozer/files/patch-ab | |
parent | Update my entry to reflect that I moved to a new house 672m further south. (diff) |
Update to 0.5
Update Maintainer's email
PR: 34337
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=53866
Diffstat (limited to 'graphics/gozer/files/patch-ab')
-rw-r--r-- | graphics/gozer/files/patch-ab | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/graphics/gozer/files/patch-ab b/graphics/gozer/files/patch-ab index 1b00c8f2dc39..2c1a57520920 100644 --- a/graphics/gozer/files/patch-ab +++ b/graphics/gozer/files/patch-ab @@ -1,16 +1,13 @@ - -$FreeBSD$ - ---- src/Makefile.in.orig Tue Oct 16 17:15:37 2001 -+++ src/Makefile.in Sun Nov 18 17:55:34 2001 -@@ -79,8 +79,8 @@ +--- src/Makefile.in.orig Sat Jan 26 10:59:12 2002 ++++ src/Makefile.in Sat Jan 26 11:28:32 2002 +@@ -75,8 +75,8 @@ SUBDIRS = fonts -LDFLAGS = -L/usr/X11R6/lib --INCLUDES = -g -O3 -Wall -I/usr/X11R6/include \ +-INCLUDES = -g -O3 -Wall -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @GIBLIB_CFLAGS@ +LDFLAGS = -+INCLUDES = -Wall -I/usr/X11R6/include \ - $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. \ - -DPREFIX=\""$(prefix)"\" @GIBLIB_CFLAGS@ ++INCLUDES = -Wall -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @GIBLIB_CFLAGS@ + + LIBOBJS = @LIBOBJS@ |