~noskcaj/ubuntu/trusty/libpng/libpng

« back to all changes in this revision

Viewing changes to scripts/makefile.ne12bsd

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2009-12-04 11:23:50 UTC
  • mfrom: (1.1.10 upstream) (15.2.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091204112350-ln22xyakgn9bh39k
Tags: 1.2.41-1
* New upstream release
* Debian source format is 3.0 (quilt)
* Update debian/watch
* Add 02-export-png_set_strip_error_numbers.patch
  Define PNG_ERROR_NUMBERS_SUPPORTED
  Upstream doesn't define PNG_ERROR_NUMBERS_SUPPORTED since 1.2.41. As
  a consecuence, the symbol png_set_strip_error_numbe@@PNG12_0 wasn't
  exported.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# make includes && make install
4
4
# Copyright (C) 2002 Patrick R.L. Welche
5
5
# Copyright (C) 2007, 2009 Glenn Randers-Pehrson
6
 
 
 
6
#
7
7
# This code is released under the libpng license.
8
8
# For conditions of distribution and use, see the disclaimer
9
9
# and license in png.h
17
17
 
18
18
LIB=    png12
19
19
SHLIB_MAJOR=    0
20
 
SHLIB_MINOR=    1.2.40
 
20
SHLIB_MINOR=    1.2.41
21
21
SRCS=   png.c pngset.c pngget.c pngrutil.c pngtrans.c pngwutil.c \
22
22
        pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c \
23
23
        pngwtran.c pngmem.c pngerror.c pngpread.c