~ubuntu-branches/ubuntu/maverick/libpng/maverick-security

« back to all changes in this revision

Viewing changes to scripts/makefile.bor

  • 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:
139
139
$(LIBOBJS), libpng$(MODEL)
140
140
|
141
141
 
142
 
pngtest$(MODEL).obj: pngtest.c
 
142
pngtest$(MODEL).obj: pngtest.c png.h pngconf.h
143
143
        $(CC) $(CFLAGS) -opngtest$(MODEL) -c pngtest.c
144
144
 
145
145
pngtest$(MODEL).exe: pngtest$(MODEL).obj