Changeset 846 for trunk/src/3rdparty/libpng/scripts/makefile.netbsd
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/3rdparty/libpng/scripts/makefile.netbsd
r561 r846 3 3 # make includes && make install 4 4 # Copyright (C) 2002 Patrick R.L. Welche 5 # Copyright (C) 2007 ,2009 Glenn Randers-Pehrson6 5 # Copyright (C) 2007-2009 Glenn Randers-Pehrson 6 # 7 7 # This code is released under the libpng license. 8 8 # For conditions of distribution and use, see the disclaimer 9 9 # and license in png.h 10 10 11 # You should also run makefile.ne 0bsd11 # You should also run makefile.ne14bsd 12 12 13 13 LOCALBASE?=/usr/local 14 14 LIBDIR= ${LOCALBASE}/lib 15 15 MANDIR= ${LOCALBASE}/man 16 INCSDIR=${LOCALBASE}/include /libpng16 INCSDIR=${LOCALBASE}/include 17 17 18 18 LIB= png 19 19 SHLIB_MAJOR= 3 20 SHLIB_MINOR= 1. 2.4020 SHLIB_MINOR= 1.4.0 21 21 SRCS= png.c pngset.c pngget.c pngrutil.c pngtrans.c pngwutil.c \ 22 22 pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c \ … … 30 30 # uncommenting, but it core dumps for me at the moment: 31 31 # .if ${MACHINE_ARCH} == "i386" 32 # CPPFLAGS+=-DPNG_THREAD_UNSAFE_OK33 32 # MKLINT= no 34 # .else35 CPPFLAGS+=-DPNG_NO_MMX_CODE36 33 # .endif 37 34
Note:
See TracChangeset
for help on using the changeset viewer.