Ignore:
Timestamp:
Feb 11, 2010, 11:19:06 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.1 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

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

    r2 r561  
    33# make includes && make install
    44# Copyright (C) 2002 Patrick R.L. Welche
    5 # Copyright (C) 2007 Glenn Randers-Pehrson
    6 # For conditions of distribution and use, see copyright notice in png.h
     5# Copyright (C) 2007, 2009 Glenn Randers-Pehrson
     6
     7# This code is released under the libpng license.
     8# For conditions of distribution and use, see the disclaimer
     9# and license in png.h
    710
    811# You should also run makefile.netbsd
     
    1518LIB=    png12
    1619SHLIB_MAJOR=    0
    17 SHLIB_MINOR=    1.2.29
     20SHLIB_MINOR=    1.2.40
    1821SRCS=   png.c pngset.c pngget.c pngrutil.c pngtrans.c pngwutil.c \
    1922        pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c \
     
    2427CPPFLAGS+=-I${.CURDIR}
    2528
    26 # something like this for mmx assembler, but it core dumps for me at the moment
     29# We should be able to do something like this instead of the manual
     30# uncommenting, but it core dumps for me at the moment:
    2731# .if ${MACHINE_ARCH} == "i386"
    2832#   CPPFLAGS+=-DPNG_THREAD_UNSAFE_OK
Note: See TracChangeset for help on using the changeset viewer.