diff options
author | wiz <wiz@pkgsrc.org> | 2013-10-09 17:38:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-10-09 17:38:26 +0000 |
commit | 054e9685964c8806013d5e2d4b2384949b6594c6 (patch) | |
tree | f731fa31c521dd46b7e33d10759ba037f166d3ba /graphics/mng/patches/patch-makefiles-configure_in | |
parent | 7a04a7947018750a99ba734f18f94936ed576999 (diff) | |
download | pkgsrc-054e9685964c8806013d5e2d4b2384949b6594c6.tar.gz |
Update to 2.0.2.
Now depends on lcms2 instead of lcms, and the major version was
bumped (recursive bump following next).
2.0.1 (19.01.2013)
---------------------------
[szukw000@arcor.de] There has been a change in JPEG version 9:
added some code in libmng_types.h before
#include <jpeglib.h>
2.0.0 (dd.mm.2012)
---------------------------
Allows lcms1/lcms2:
./configure --with-lcms2
cmake -DWITH_LCMS2:bool=on
Cnf. the sample files
'Configure.libmng'
and 'build-mng-cmake.sh'
and 'cmake-compile.bat' resp. 'clean.bat'
szukw000@arcor.de
Diffstat (limited to 'graphics/mng/patches/patch-makefiles-configure_in')
-rw-r--r-- | graphics/mng/patches/patch-makefiles-configure_in | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/graphics/mng/patches/patch-makefiles-configure_in b/graphics/mng/patches/patch-makefiles-configure_in deleted file mode 100644 index 7816292a7fe..00000000000 --- a/graphics/mng/patches/patch-makefiles-configure_in +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-makefiles-configure_in,v 1.1 2012/04/29 17:17:59 dholland Exp $ - -Disable stuff that is not supported by the latest autoconf. - ---- makefiles/configure.in~ 2005-01-30 10:28:00.000000000 +0000 -+++ makefiles/configure.in -@@ -15,10 +15,10 @@ AC_SUBST(VERSION) - dnl Checks for programs. - AC_PROG_CC - AC_ISC_POSIX --AM_C_PROTOTYPES --if test "x$U" != "x"; then -- AC_MSG_ERROR(Compiler not ANSI compliant) --fi -+dnl AM_C_PROTOTYPES -+dnl if test "x$U" != "x"; then -+dnl AC_MSG_ERROR(Compiler not ANSI compliant) -+dnl fi - AM_PROG_LIBTOOL - AC_PROG_INSTALL - |