comparison src/of-dicom.mk @ 4386:d28a54afe7e7

of-dicom: update patch to work for both stable and dev octave * src/of-dicom-1-fixes.patch: update patch from dicom repo * src/of-dicom.mk: call autoreconfig on src directory
author John D
date Tue, 16 May 2017 08:36:10 -0400
parents 2dbbba3cfa86
children 1933a9113e65
comparison
equal deleted inserted replaced
4385:722693b132ad 4386:d28a54afe7e7
22 $(SED) -n 's,.*title="dicom-\([0-9][^"]*\).tar.gz".*,\1,p' | \ 22 $(SED) -n 's,.*title="dicom-\([0-9][^"]*\).tar.gz".*,\1,p' | \
23 head -1 23 head -1
24 endef 24 endef
25 25
26 define $(PKG)_BUILD 26 define $(PKG)_BUILD
27 cd '$(1)/src' && autoreconf -fi
27 $(call OCTAVE_FORGE_PKG_BUILD,$(1),$(2),$(3),$($(PKG)_OPTIONS)) 28 $(call OCTAVE_FORGE_PKG_BUILD,$(1),$(2),$(3),$($(PKG)_OPTIONS))
28 endef 29 endef