summaryrefslogtreecommitdiff
path: root/converters/bib2xml/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'converters/bib2xml/patches/patch-aa')
-rw-r--r--converters/bib2xml/patches/patch-aa23
1 files changed, 23 insertions, 0 deletions
diff --git a/converters/bib2xml/patches/patch-aa b/converters/bib2xml/patches/patch-aa
new file mode 100644
index 00000000000..5b9ab24aa36
--- /dev/null
+++ b/converters/bib2xml/patches/patch-aa
@@ -0,0 +1,23 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/11/01 04:25:50 rh Exp $
+
+--- progs/Makefile.in.orig Tue Sep 24 14:26:50 2002
++++ progs/Makefile.in
+@@ -12,8 +12,8 @@ include ../Makefile.defs # for CC, CFLAG
+ # into the guts of the lexical scanner in order to ferret out the
+ # token stream. Thus, it needs access to the PCCTS header files in
+ # order to compile.
+-LIBDIR = ..
+-CPPFLAGS = -I$(LIBDIR) -I$(LIBDIR)/pccts -I$(LIBDIR)/src
++LIBDIR = ${PREFIX}/lib
++CPPFLAGS = -I.. -I../pccts -I../src
+
+ LIBDIRS = -L$(LIBDIR) $(OTHERLIBDIRS)
+ LIBS = -lbtparse $(OTHERLIBS)
+@@ -46,7 +46,6 @@ dumpnames : $(DNOBJ) lib
+ $(CC) -o $@ $(CFLAGS) $(DNOBJ) $(LDFLAGS)
+
+ lib:
+- cd $(LIBDIR) ; make lib
+
+ clean:
+ rm -f $(BPOBJ) $(BLOBJ) $(DNOBJ) $(BXOBJ) core logfile