184f235ac1
The 5.6.x release consolidates the 5.5.x development stream started in 2004. Highlights: * UNICODE character set support * Unbounded integer arithmetic and rational numbers * New and faster CHR release * Added clp(r) constraints over reals * Many enhancements to the web and notably sematic web libraries * Much more ...
15 lines
454 B
Text
15 lines
454 B
Text
$NetBSD: patch-ad,v 1.2 2006/08/02 15:15:36 kristerw Exp $
|
|
|
|
--- packages/Makefile.in.orig 2005-11-12 15:15:23.000000000 +0100
|
|
+++ packages/Makefile.in 2006-08-02 05:24:29.000000000 +0200
|
|
@@ -36,8 +36,8 @@
|
|
PLARCH=@ARCH@
|
|
PLLDFLAGS=@LDFLAGS@
|
|
PLDIR=$(shell dirname `pwd`)
|
|
-PLINCL=$(PLDIR)/include
|
|
-LIBDIR=$(PLDIR)/lib/$(PLARCH)
|
|
+PLINCL=$(PLBASE)/include
|
|
+LIBDIR=$(PLBASE)/lib/$(PLARCH)
|
|
PLSHARED=@PLSHARED@
|
|
INSTALL=@INSTALL@
|
|
INSTALL_DATA=@INSTALL_DATA@
|