pkgsrc/lang/swi-prolog-lite/patches/patch-ab
minskim 1bef73378f Make installed files match PLIST on Darwin. This addresses the
installation problem noted in PR pkg/31324.
2005-09-17 19:35:51 +00:00

22 lines
421 B
Text

$NetBSD: patch-ab,v 1.2 2005/09/17 19:35:51 minskim Exp $
--- src/configure.orig 2004-01-21 02:08:17.000000000 -0800
+++ src/configure
@@ -1227,7 +1227,7 @@ fi
EXTRAOBJ=""
EXTRAHDR=""
INSTALLTARGET=dv-install
-PL=pl
+#PL=pl
PLLIB=libpl.a
RT=""
PLVERSION=`cat ../VERSION`
@@ -11281,7 +11281,7 @@ fi
fi
;;
*darwin*)
- PL=swipl
+ #PL=swipl
SO_pic="-fPIC"
cat >>confdefs.h <<\_ACEOF
#define USE_SEM_OPEN 1