diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2001-10-04 19:17:38 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2001-10-04 19:17:38 +0000 |
commit | 66c16c713fa889116cae4db13d1ff2cf0f9f7533 (patch) | |
tree | a633c0f4478d5636348ffc033999b4f98e8897d3 /databases/pxtools/files/patch-aa | |
parent | - update to 0.99.9 (diff) |
Update port to 0.0.13
Notes
Notes:
svn path=/head/; revision=48433
Diffstat (limited to 'databases/pxtools/files/patch-aa')
-rw-r--r-- | databases/pxtools/files/patch-aa | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/pxtools/files/patch-aa b/databases/pxtools/files/patch-aa index ce86d919e657..33294f55122f 100644 --- a/databases/pxtools/files/patch-aa +++ b/databases/pxtools/files/patch-aa @@ -1,11 +1,11 @@ ---- src/Makefile.in.orig Sun Jan 16 08:17:38 2000 -+++ src/Makefile.in Sun Apr 16 08:40:34 2000 -@@ -70,7 +70,7 @@ +--- src/Makefile.in.orig Sat Jun 30 13:01:06 2001 ++++ src/Makefile.in Thu Oct 4 15:15:13 2001 +@@ -80,7 +80,7 @@ noinst_HEADERS = pxtypes.h pxconvert.h pxparse.h -CFLAGS = -g -Wall #-DDEBUG -DDEBUG_HEAD_COPY -+CFLAGS = -g @CFLAGS@ ++CFLAGS = @CFLAGS@ -g -Wall #-DDEBUG -DDEBUG_HEAD_COPY + subdir = src mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h - CONFIG_CLEAN_FILES = |