annotate src/libbiosig-1-fixes.patch @ 5067:01ced4433575

libbiossig: added new package * src/libbiosig-1-fixes.patch: new file * src/libbiosig.mk: new file * dist-files.mk: new file * index.html * binary-dist-rules.mk: add libbiosig as windows dist dependancy
author John Donoghue
date Thu, 09 May 2019 13:43:05 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5067
01ced4433575 libbiossig: added new package
John Donoghue
parents:
diff changeset
1 diff -ur biosig4c++-1.9.4.orig/Makefile.in biosig4c++-1.9.4/Makefile.in
01ced4433575 libbiossig: added new package
John Donoghue
parents:
diff changeset
2 --- biosig4c++-1.9.4.orig/Makefile.in 2019-05-06 15:20:47.958318279 -0400
01ced4433575 libbiossig: added new package
John Donoghue
parents:
diff changeset
3 +++ biosig4c++-1.9.4/Makefile.in 2019-05-06 15:21:45.810270194 -0400
01ced4433575 libbiossig: added new package
John Donoghue
parents:
diff changeset
4 @@ -241,7 +241,7 @@
01ced4433575 libbiossig: added new package
John Donoghue
parents:
diff changeset
5 LDLIBS += -lsuitesparseconfig
01ced4433575 libbiossig: added new package
John Donoghue
parents:
diff changeset
6 endif
01ced4433575 libbiossig: added new package
John Donoghue
parents:
diff changeset
7 endif
01ced4433575 libbiossig: added new package
John Donoghue
parents:
diff changeset
8 -ifeq (1,@HAVE_DCMTK@)
01ced4433575 libbiossig: added new package
John Donoghue
parents:
diff changeset
9 +ifeq (0,@HAVE_DCMTK@)
01ced4433575 libbiossig: added new package
John Donoghue
parents:
diff changeset
10 DEFINES += -D=WITH_DCMTK
01ced4433575 libbiossig: added new package
John Donoghue
parents:
diff changeset
11 LDLIBS += -ldcmdata -loflog -lofstd
01ced4433575 libbiossig: added new package
John Donoghue
parents:
diff changeset
12 SOURCES += t210/sopen_dcmtk_read.cpp