comparison src/of-windows.mk @ 4413:d9eba31bd16b

of-windows: add patch so compiled with octave 4.3.0+ * src/of-windows-1-fixes.patch: new file * dist-files.mk: add of-windows-1-fixes.patch * src/of-windows.mk: call autogen on modded configure file
author John D
date Tue, 11 Jul 2017 15:07:23 -0400
parents 673768de4bce
children 1933a9113e65
comparison
equal deleted inserted replaced
4412:32b1643d16c1 4413:d9eba31bd16b
16 $(SED) -n 's,.*title="windows-\([0-9][^"]*\).tar.gz".*,\1,p' | \ 16 $(SED) -n 's,.*title="windows-\([0-9][^"]*\).tar.gz".*,\1,p' | \
17 head -1 17 head -1
18 endef 18 endef
19 19
20 define $(PKG)_BUILD 20 define $(PKG)_BUILD
21 cd $(1)/src && source autogen.sh
21 $(OCTAVE_FORGE_PKG_BUILD) 22 $(OCTAVE_FORGE_PKG_BUILD)
22 endef 23 endef