freebsd-ports/math/asir2000/files/patch-bg
Tilman Keskinoz 894db980cd Update to 20030507
PR:		52261
Submitted by:	Saito Tomokatsu <saito@a2z.co.jp>
2003-05-19 14:08:30 +00:00

11 lines
433 B
Text

--- parse/Makefile.am.orig Fri May 2 02:24:05 2003
+++ parse/Makefile.am Fri May 2 02:24:23 2003
@@ -3,7 +3,7 @@
incdir = ${prefix}/include/asir
inc_HEADERS = comp.h cpp.h parse.h w_stdio.h
-asirdir = ${prefix}/lib/asir
+asirdir = ${prefix}/share/asir
DEFS = @DEFS@ -DASIR_LIBDIR=\"${asirdir}\"
INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/parse -I${top_srcdir}/io \
-I${top_srcdir}/gc/include \