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

    r2 r561  
    11# makefile for libpng
    22# Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc.
    3 # Copyright (C) 2007 Glenn Randers-Pehrson
    4 # For conditions of distribution and use, see copyright notice in png.h
     3# Copyright (C) 2007-2008 Glenn Randers-Pehrson
     4
     5# This code is released under the libpng license.
     6# For conditions of distribution and use, see the disclaimer
     7# and license in png.h
    58
    69PREFIX?= /usr/local
     
    912
    1013SHLIB_MAJOR=    0
    11 SHLIB_MINOR=    1.2.29
     14SHLIB_MINOR=    1.2.40
    1215
    1316LIB=    png
     
    1821HDRS=   png.h pngconf.h
    1922
    20 CFLAGS+= -Wall
    21 CPPFLAGS+= -I${.CURDIR} -DPNG_NO_MMX_CODE 
     23CFLAGS+= -W -Wall
     24CPPFLAGS+= -I${.CURDIR} -DPNG_NO_MMX_CODE
    2225
    2326NOPROFILE= Yes
Note: See TracChangeset for help on using the changeset viewer.