[csw-devel] SF.net SVN: gar:[10696] csw/mgar/pkg/pycairo/trunk/Makefile

opk at users.sourceforge.net opk at users.sourceforge.net
Wed Aug 4 12:42:51 CEST 2010


Revision: 10696
          http://gar.svn.sourceforge.net/gar/?rev=10696&view=rev
Author:   opk
Date:     2010-08-04 10:42:51 +0000 (Wed, 04 Aug 2010)

Log Message:
-----------
fix problem which meant it was losing default CFLAGS

Modified Paths:
--------------
    csw/mgar/pkg/pycairo/trunk/Makefile

Modified: csw/mgar/pkg/pycairo/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pycairo/trunk/Makefile	2010-08-04 09:53:03 UTC (rev 10695)
+++ csw/mgar/pkg/pycairo/trunk/Makefile	2010-08-04 10:42:51 UTC (rev 10696)
@@ -28,7 +28,7 @@
 
 CAIRO_LIBS = -L/opt/csw/lib -R/opt/csw/lib/$$ISALIST -lcairo
 CAIRO_CFLAGS = -I/opt/csw/include -I/opt/csw/include/cairo
-COMPILER_EXPORTS += CAIRO_LIBS CAIRO_CFLAGS
+EXTRA_CONFIGURE_EXPORTS += CAIRO_LIBS CAIRO_CFLAGS
 CONFIGURE_ARGS = $(DIRPATHS)
 
 TEST_TARGET = check


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list