diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-12-04 08:40:41 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-12-04 08:40:41 -0600 |
commit | 03f9b0295366daa5a0b0754c69d8d0db5294865b (patch) | |
tree | c22b28a9038258a49f3d200dfce82eb46cf5d18b /scripts/makefile.hpux | |
parent | ce96c3e6b7eef3d3bea65ed87df53594c1234dc0 (diff) | |
download | libpng-03f9b0295366daa5a0b0754c69d8d0db5294865b.tar.gz |
[devel] Removed "-DPNG_CONFIGURE_LIBPNG" from the makefiles and projects.
and added "#define PNG_NO_PEDANTIC_WARNINGS" in the libpng source files.
Diffstat (limited to 'scripts/makefile.hpux')
-rw-r--r-- | scripts/makefile.hpux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/makefile.hpux b/scripts/makefile.hpux index 7613ca26f..f3613e3cb 100644 --- a/scripts/makefile.hpux +++ b/scripts/makefile.hpux @@ -48,9 +48,9 @@ LIBPATH=$(exec_prefix)/lib MANPATH=$(prefix)/man BINPATH=$(exec_prefix)/bin -CFLAGS=-DPNG_CONFIGURE_LIBPNG -I$(ZLIBINC) -O -Ae +DA1.1 +DS2.0 +CFLAGS=-I$(ZLIBINC) -O -Ae +DA1.1 +DS2.0 # Caution: be sure you have built zlib with the same CFLAGS. -CCFLAGS=-DPNG_CONFIGURE_LIBPNG -I$(ZLIBINC) -O -Ae +DA1.1 +DS2.0 +CCFLAGS=-I$(ZLIBINC) -O -Ae +DA1.1 +DS2.0 LDFLAGS=-L. -L$(ZLIBLIB) -lpng -lz -lm # override DESTDIR= on the make install command line to easily support |