source:
trunk/src/3rdparty/libmng/doc/rpm/libmng-1.0.10-rhconf.patch
Last change on this file was 2, checked in by , 16 years ago | |
---|---|
File size: 1.0 KB |
-
libmng/makefiles/makefile.linux
old new 13 13 OPTIONS = -DMNG_BUILD_SO 14 14 15 15 # where "make install" puts libmng.a,libmng.so*,libmng.h,libmng_conf.h,libmng_types.h 16 prefix=/usr /local16 prefix=/usr 17 17 18 18 # Where the zlib library and include files are located 19 ZLIBLIB= ../zlib20 ZLIBINC= ../zlib19 ZLIBLIB=/usr/lib 20 ZLIBINC=/usr/include 21 21 22 22 # Where the jpeg library and include files are located 23 JPEGLIB= ../jpgsrc24 JPEGINC= ../jpgsrc23 JPEGLIB=/usr/lib 24 JPEGINC=/usr/include 25 25 26 26 # Where the lcms library and include files are located 27 LCMSLIB= ../lcms/lib28 LCMSINC= ../lcms/source27 LCMSLIB=/usr/lib 28 LCMSINC=/usr/include 29 29 30 30 ALIGN= 31 31 # for i386: … … 37 37 38 38 # for pgcc version 2.95.1, -O3 is buggy; don't use it. 39 39 40 CFLAGS=-I$(ZLIBINC) -I$(JPEGINC) -I$(LCMSINC) -Wall -O3 -funroll-loops\40 CFLAGS=-I$(ZLIBINC) -I$(JPEGINC) -I$(LCMSINC) -Wall $(RPM_OPT_FLAGS) \ 41 41 $(OPTIONS) $(ALIGN) # $(WARNMORE) -g 42 42 LDFLAGS=-L. -Wl,-rpath,. \ 43 43 -L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) \
Note:
See TracBrowser
for help on using the repository browser.