comparison src/of-communications.mk @ 4020:46c6ddb14417

of-communications: add patch to compile wih dev octave (Bug #45856) * src/of-communications-1-fixes.patch: new file * src/of-communications.mk: call autoconfigure * dist-files.mk: add of-communications-1-fixes.patch
author John Donoghue
date Fri, 04 Sep 2015 10:06:02 -0400
parents 58aa10af640e
children 1933a9113e65
comparison
equal deleted inserted replaced
4019:e56d3a2e616b 4020:46c6ddb14417
18 $(SED) -n 's,.*title="communications-\([0-9][^"]*\).tar.gz".*,\1,p' | \ 18 $(SED) -n 's,.*title="communications-\([0-9][^"]*\).tar.gz".*,\1,p' | \
19 head -1 19 head -1
20 endef 20 endef
21 21
22 define $(PKG)_BUILD 22 define $(PKG)_BUILD
23 cd $(1)/src && autoconf
23 $(call OCTAVE_FORGE_PKG_BUILD,$(1),$(2),$(3),$($(PKG)_OPTIONS)) 24 $(call OCTAVE_FORGE_PKG_BUILD,$(1),$(2),$(3),$($(PKG)_OPTIONS))
24 endef 25 endef