view src/of-ocs-1-cross-fixes.patch @ 4464:ff4447e86c50

libpng: update to v1.6.32, add target link to config * src/libpng.mk: update version, checksum, in non natibe build create sym link to libpng-config, use MXE_DISABLE_DOCS, MXE_DISABLE_PROGS in make defs
author John D
date Tue, 29 Aug 2017 09:46:01 -0400
parents cdbce8086eaa
children
line wrap: on
line source

diff -ur ocs.old/src/Makefile ocs/src/Makefile
--- ocs.old/src/Makefile	2015-07-07 20:23:51.000000000 -0400
+++ ocs/src/Makefile	2015-07-07 20:24:25.000000000 -0400
@@ -1,9 +1,10 @@
 OCTFILES:=Mshichmanhodgesmosfet.oct
+MKOCTFILE ?= mkoctfile
 
 all: $(OCTFILES)
 
 %.oct:  %.cc
-	mkoctfile $<
+	$(MKOCTFILE) $<
 
 clean:
 	-rm -f *.o core octave-core *.oct *~