comparison src/of-dicom.mk @ 3908:5863c4ed08b1

of-dicom: patch to compile in octave 4.0.0 (Bug #44624) * src/of-dicom-1-fixes.patch: new file * dist-files.mk: add of-dicom-1-fixes.patch * src/of-dicom.mk: allow cross compile
author John Donoghue <john.donoghue@ieee.org>
date Wed, 15 Apr 2015 21:52:37 -0400
parents 58935b4de51f
children 02b6df72166a
comparison
equal deleted inserted replaced
3907:d8a7730284ba 3908:5863c4ed08b1
16 $(SED) -n 's,.*title="dicom-\([0-9][^"]*\).tar.gz".*,\1,p' | \ 16 $(SED) -n 's,.*title="dicom-\([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 $(OCTAVE_FORGE_PKG_BUILD_NOCOMPILE) 21 $(OCTAVE_FORGE_PKG_BUILD)
22 endef 22 endef