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.netbsd

    r561 r846  
    33# make includes && make install
    44# Copyright (C) 2002 Patrick R.L. Welche
    5 # Copyright (C) 2007, 2009 Glenn Randers-Pehrson
    6 
     5# Copyright (C) 2007-2009 Glenn Randers-Pehrson
     6#
    77# This code is released under the libpng license.
    88# For conditions of distribution and use, see the disclaimer
    99# and license in png.h
    1010
    11 # You should also run makefile.ne0bsd
     11# You should also run makefile.ne14bsd
    1212
    1313LOCALBASE?=/usr/local
    1414LIBDIR= ${LOCALBASE}/lib
    1515MANDIR= ${LOCALBASE}/man
    16 INCSDIR=${LOCALBASE}/include/libpng
     16INCSDIR=${LOCALBASE}/include
    1717
    1818LIB=    png
    1919SHLIB_MAJOR=    3
    20 SHLIB_MINOR=    1.2.40
     20SHLIB_MINOR=    1.4.0
    2121SRCS=   png.c pngset.c pngget.c pngrutil.c pngtrans.c pngwutil.c \
    2222        pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c \
     
    3030# uncommenting, but it core dumps for me at the moment:
    3131# .if ${MACHINE_ARCH} == "i386"
    32 #   CPPFLAGS+=-DPNG_THREAD_UNSAFE_OK
    3332#   MKLINT= no
    34 # .else
    35     CPPFLAGS+=-DPNG_NO_MMX_CODE
    3633# .endif
    3734
Note: See TracChangeset for help on using the changeset viewer.