[cairo-commit] cairo-demo/PS ChangeLog,1.1,1.2 Makefile,1.1,1.2

Carl Worth commit at pdx.freedesktop.org
Thu Dec 11 07:09:14 PST 2003


Committed by: cworth

Update of /cvs/cairo/cairo-demo/PS
In directory pdx:/tmp/cvs-serv28593/PS

Modified Files:
	ChangeLog Makefile 
Log Message:

        * Makefile (CFLAGS): Use pkg-config to find libpng.

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-demo/PS/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ChangeLog	4 Nov 2003 14:14:07 -0000	1.1
--- ChangeLog	11 Dec 2003 15:09:12 -0000	1.2
***************
*** 1,2 ****
--- 1,12 ----
+ 2003-12-11  Carl Worth  <cworth at east.isi.edu>
+ 
+ 	* Makefile (CFLAGS): Use pkg-config to find libpng.
+ 
+ 2003-12-10  Carl Worth  <cworth at east.isi.edu>
+ 
+ 	* write_png.c (unpremultiply_data): Fix to keep libpng happy on
+ 	big-endian machines.
+ 
+ 
  2003-11-04  Carl Worth  <cworth at isi.edu>
  

Index: Makefile
===================================================================
RCS file: /cvs/cairo/cairo-demo/PS/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile	1 Nov 2003 05:59:13 -0000	1.1
--- Makefile	11 Dec 2003 15:09:12 -0000	1.2
***************
*** 1,6 ****
  EXAMPLES=basket
  
! CFLAGS=-g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls `pkg-config --cflags cairo`
! LDFLAGS=`pkg-config --libs cairo` -lpng
  
  all: ${EXAMPLES}
--- 1,6 ----
  EXAMPLES=basket
  
! CFLAGS=-g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls `pkg-config --cflags cairo libpng`
! LDFLAGS=`pkg-config --libs cairo libpng`
  
  all: ${EXAMPLES}





More information about the cairo-commit mailing list