~noskcaj/ubuntu/trusty/libpng/libpng

« back to all changes in this revision

Viewing changes to scripts/makefile.freebsd

  • 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:
1
1
# makefile for libpng under FreeBSD
2
2
# Copyright (C) 2002, 2007, 2009 Glenn Randers-Pehrson and Andrey A. Chernov
3
 
 
 
3
#
4
4
# This code is released under the libpng license.
5
5
# For conditions of distribution and use, see the disclaimer
6
6
# and license in png.h
29
29
 
30
30
CFLAGS+= -I.
31
31
.if (${MACHINE_ARCH} != "i386")
32
 
CFLAGS+= -DPNG_NO_MMX_CODE
 
32
CFLAGS+= -DPNG_CONFIGURE_LIBPNG -DPNG_NO_MMX_CODE
33
33
.endif
34
34
 
35
35
SRCS=   png.c pngset.c pngget.c pngrutil.c pngtrans.c pngwutil.c \