Changeset 561 for trunk/src/3rdparty/libpng/scripts/makefile.netbsd
- Timestamp:
- Feb 11, 2010, 11:19:06 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/vendor/nokia/qt/4.6.1 merged eligible /branches/vendor/nokia/qt/current merged eligible /branches/vendor/trolltech/qt/current 3-149
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/3rdparty/libpng/scripts/makefile.netbsd
r2 r561 3 3 # make includes && make install 4 4 # 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 7 10 8 11 # You should also run makefile.ne0bsd … … 15 18 LIB= png 16 19 SHLIB_MAJOR= 3 17 SHLIB_MINOR= 1.2. 2920 SHLIB_MINOR= 1.2.40 18 21 SRCS= png.c pngset.c pngget.c pngrutil.c pngtrans.c pngwutil.c \ 19 22 pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c \ … … 24 27 CPPFLAGS+=-I${.CURDIR} 25 28 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: 27 31 # .if ${MACHINE_ARCH} == "i386" 28 32 # CPPFLAGS+=-DPNG_THREAD_UNSAFE_OK
Note:
See TracChangeset
for help on using the changeset viewer.