Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/3rdparty/libpng/scripts/makefile.freebsd

    r561 r846  
    11# makefile for libpng under FreeBSD
    22# Copyright (C) 2002, 2007, 2009 Glenn Randers-Pehrson and Andrey A. Chernov
    3 
     3#
    44# This code is released under the libpng license.
    55# For conditions of distribution and use, see the disclaimer
     
    77
    88PREFIX?=        /usr/local
    9 SHLIB_VER?=     5
     9SHLIB_VER?=     14
    1010
    1111LIB=            png
     
    1818DESTDIR=        ${PREFIX}
    1919LIBDIR=         /lib
    20 INCS=           png.h pngconf.h
     20INCS=           png.h pngconf.h pngpriv.h
    2121INCSDIR=        /include/libpng
    2222INCDIR=         ${INCSDIR}              # for 4.x bsd.lib.mk
     
    2929
    3030CFLAGS+= -I.
    31 .if (${MACHINE_ARCH} != "i386")
    32 CFLAGS+= -DPNG_NO_MMX_CODE
    33 .endif
    3431
    3532SRCS=   png.c pngset.c pngget.c pngrutil.c pngtrans.c pngwutil.c \
Note: See TracChangeset for help on using the changeset viewer.