summaryrefslogtreecommitdiff
path: root/graphics/aeskulap/files/patch-configure.in
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-12-13 00:01:51 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-12-13 00:01:51 +0000
commit6aefaf4b81856a3ff5aeec1b46ce1b266ea6397e (patch)
tree3de8eea1494f6765a755a48dbe3f3fbdb9d97808 /graphics/aeskulap/files/patch-configure.in
parentx11-fonts/plex-ttf: Update to 1.2.2 (diff)
graphics/dcmtk: Update 3.6.0 -> 3.6.4; Move to the 'graphics' category
Port changes: * Take maintainership * Move to github * Remove targets: it installs itself fine Update graphics/aeskulap: Swutch to a more updated fork; Update patches and dependencies.
Notes
Notes: svn path=/head/; revision=487330
Diffstat (limited to 'graphics/aeskulap/files/patch-configure.in')
-rw-r--r--graphics/aeskulap/files/patch-configure.in41
1 files changed, 0 insertions, 41 deletions
diff --git a/graphics/aeskulap/files/patch-configure.in b/graphics/aeskulap/files/patch-configure.in
deleted file mode 100644
index 791cbc49c923..000000000000
--- a/graphics/aeskulap/files/patch-configure.in
+++ /dev/null
@@ -1,41 +0,0 @@
---- configure.in.orig 2014-01-19 07:38:17 UTC
-+++ configure.in
-@@ -104,17 +104,8 @@ DCMTK_LIBS="-L\$(prefix)/lib -ldcmjpeg -
-
- else
-
--DCMJPEG_LIBS="-L../dcmtk/dcmjpeg/libijg8 -L../dcmtk/dcmjpeg/libijg12 -L../dcmtk/dcmjpeg/libijg16 -lijg8 -lijg12 -lijg16"
--AC_SUBST(DCMJPEG_LIBS)
--
--DCMTK_CFLAGS="-DHAVE_CONFIG_H -I\$(top_srcdir)/dcmtk/config/include -I\$(top_srcdir)/dcmtk/ofstd/include -I\$(top_srcdir)/dcmtk/dcmdata/include -I\$(top_srcdir)/dcmtk/dcmnet/include -I\$(top_srcdir)/dcmtk/dcmimage/include -I\$(top_srcdir)/dcmtk/dcmimgle/include -I\$(top_srcdir)/dcmtk/dcmjpeg/include"
--DCMTK_LIBS="-L../dcmtk/ofstd/libsrc \
---L../dcmtk/dcmdata/libsrc \
---L../dcmtk/dcmnet/libsrc \
---L../dcmtk/dcmjpeg/libsrc \
---L../dcmtk/dcmimage/libsrc \
---L../dcmtk/dcmimgle/libsrc \
--\$(DCMJPEG_LIBS) -ldcmjpeg -ldcmimage -ldcmimgle -ldcmnet -ldcmdata -lofstd -lrt -lpthread"
-+DCMTK_CFLAGS="-DHAVE_CONFIG_H -I\$(prefix)/include"
-+DCMTK_LIBS="-L\$(prefix)/lib -ldcmjpeg -lijg8 -lijg12 -lijg16 -ldcmimage -ldcmimgle -ldcmnet -ldcmdata -loflog -lofstd"
-
- fi
-
-@@ -130,8 +121,7 @@ fi
-
- DCMTK_SUBDIR=""
- if test x"$MINGW32" = xno ; then
--DCMTK_SUBDIR="dcmtk"
--LDFLAGS_AESKULAP_LIBS="-Wl,-rpath,${prefix}/lib/aeskulap -avoid-version"
-+LDFLAGS_AESKULAP_LIBS="-avoid-version"
- else
- LDFLAGS_MINGW32="-mwindows"
- LDFLAGS_AESKULAP_LIBS="-avoid-version -no-undefined"
-@@ -161,7 +151,7 @@ packaging/win32/aeskulap.iss
- ])
-
-
--if test x"$MINGW32" = xno ; then
-+if false ; then
-
- cd $srcdir/dcmtk
- export CFLAGS="$CFLAGS"