347aee7e7e
Most useful change is that this does now build with ecl. Thus it should build on !i386. Most arches untested yet, but ecl is vastly more portable. (discussed with jasper and pvalchev)
13 lines
491 B
Plaintext
13 lines
491 B
Plaintext
$OpenBSD: patch-src_Makefile_am,v 1.1 2008/08/20 20:36:45 espie Exp $
|
|
--- src/Makefile.am.orig Fri Aug 15 18:28:45 2008
|
|
+++ src/Makefile.am Fri Aug 15 18:29:02 2008
|
|
@@ -284,7 +284,7 @@ binary-ecl/maxima:
|
|
mv maxima binary-ecl/maxima || \
|
|
success=false; \
|
|
test -f maxima-tmp && mv maxima-tmp maxima ; \
|
|
- test $$success = true && /bin/true || /bin/false
|
|
+ test $$success = true && /usr/bin/true || /usr/bin/false
|
|
|
|
install-ecl:
|
|
$(mkinstalldirs) "$(DESTDIR)$(verpkglibdir)/binary-ecl"
|