021b835a3b
- unbreak on hppa (tested by landry@) If you are upgrading from an older release (e.g. 5.6.x) it is advised to read the upgrading guide which is available from http://www.swi-prolog.org/Upgrade-5.8.html
16 lines
466 B
Plaintext
16 lines
466 B
Plaintext
$OpenBSD: patch-packages_semweb_Makefile_in,v 1.2 2010/12/27 16:07:08 jasper Exp $
|
|
|
|
Honor CFLAGS.
|
|
|
|
--- packages/semweb/Makefile.in.orig Thu Oct 28 21:38:25 2010
|
|
+++ packages/semweb/Makefile.in Thu Dec 23 01:18:33 2010
|
|
@@ -28,7 +28,7 @@ COFLAGS=@COFLAGS@
|
|
CWFLAGS=@CWFLAGS@
|
|
CMFLAGS=@CMFLAGS@
|
|
CIFLAGS=-I.
|
|
-CFLAGS=$(COFLAGS) $(CWFLAGS) $(CMFLAGS) $(CIFLAGS) @DEFS@
|
|
+CFLAGS=@CFLAGS@ $(COFLAGS) $(CWFLAGS) $(CMFLAGS) $(CIFLAGS) @DEFS@
|
|
LIBS=@LIBS@
|
|
NETLIBS=@NETLIBS@
|
|
|