view src/of-specfun-1-cross-fixes.patch @ 4126:d9b98f1123cc

add build-gettext package * src/build-gettext.mk: new file * index.html: add ref to build-gettext.mk
author "lostbard" <john.donoghue@ieee.org>
date Sun, 17 Apr 2016 10:27:01 -0400
parents bdcddfdc57d0
children
line wrap: on
line source

diff -ur specfun.orig/src/Makefile specfun/src/Makefile
--- specfun.orig/src/Makefile	2015-12-26 20:11:36.382164834 -0500
+++ specfun/src/Makefile	2015-12-26 20:12:17.449868085 -0500
@@ -1,6 +1,8 @@
+MKOCTFILE ?= mkoctfile
+
 all: ellipj.oct
 
 %.oct: %.cc
-	mkoctfile -s $<
+	$(MKOCTFILE) -s $<
 
 clean: ; -rm *.o core octave-core *.oct *~