[Lunar-commits] <moonbase-other> swi-prolog: Bear with me.
stumbles
stumbles at lunar-linux.org
Mon Jun 10 17:27:13 CEST 2013
commit 5ca266f00d913f16a491d22c6d20aff36f578e9c
Author: stumbles <stumbles at lunar-linux.org>
Date: Mon, 10 Jun 2013 08:25:09 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/5ca266f00d913f16a491d22c6d20aff36f578e9c
swi-prolog: Bear with me.
---
compilers/swi-prolog/BUILD | +0/-22
1 file changed, 22 deletions(-)
--- a/compilers/swi-prolog/BUILD
+++ /dev/null
@@ -1,22 +0,0 @@
- if [[ `arch` == "x86_64" ]] ; then
- JAVA_ARCH=amd64
- else
- JAVA_ARCH=i586
- fi &&
-
- export LD_LIBRARY_PATH="/usr/lib/swipl-`lvu version swi-prolog`" &&
- LDFLAGS+=" -Wl,-rpath,$JAVA_HOME/jre/lib/$JAVA_ARCH,-rpath,$JAVA_HOME/jre/lib/$JAVA_ARCH/server" &&
-
- # looks like they use a different uudecode... don't use ours
- sedit "s:^if uudecode.*$:if false; then:" packages/jpl/configure &&
-
- OPTS+=" --with-world --enable-shared" &&
-
- # no idea why they catch those flags here - this breaks
- # a lot.. let's just remove the catch statement
- sedit "/--without-/ { N;N;N;N;d }" configure &&
-
- message "${MESSAGE_COLOR}The following 'unrecognized...' warning is alright${DEFAULT_COLOR}"
- # The configure in src/ doesn't know any --without-XYZ flags,
- # but we need to pass them on to packages/configure
- default_build
More information about the Lunar-commits
mailing list