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

hson at users.sourceforge.net hson at users.sourceforge.net
Mon Feb 8 02:10:32 CET 2010


Revision: 8387
          http://gar.svn.sourceforge.net/gar/?rev=8387&view=rev
Author:   hson
Date:     2010-02-08 01:10:32 +0000 (Mon, 08 Feb 2010)

Log Message:
-----------
gd: Add 64-bit build

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

Modified: csw/mgar/pkg/gd/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gd/trunk/Makefile	2010-02-08 01:06:52 UTC (rev 8386)
+++ csw/mgar/pkg/gd/trunk/Makefile	2010-02-08 01:10:32 UTC (rev 8387)
@@ -22,15 +22,17 @@
 #PATCHFILES = Makefile.diff
 
 RUNTIME_DEP_PKGS_CSWgd  = CSWexpat CSWfconfig CSWftype2 CSWiconv 
-RUNTIME_DEP_PKGS_CSWgd += CSWjpeg CSWpng CSWxpm CSWzlib
+RUNTIME_DEP_PKGS_CSWgd += CSWjpeg CSWpng CSWxpm CSWzlib CSWlibx11
 
-# We define upstream file regex so we can be notifed of 
-# new upstream software release
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
 
 BUILD64 = 1
 STRIP_LIBTOOL = 1
 
+EXTRA_INC = $(prefix)/X11/include
+EXTRA_LIB = $(prefix)/X11/lib
+EXTRA_PKG_CONFIG_DIRS = $(prefix)/X11/lib
+
 CONFIGURE_ARGS  = $(DIRPATHS)
 CONFIGURE_ARGS += --with-libiconv-prefix=$(prefix)
 CONFIGURE_ARGS += --with-png=$(prefix)
@@ -43,13 +45,15 @@
 ## There are no tests for this
 TEST_SCRIPTS = skip
 
+include gar/category.mk
+
 test-skip:
 	$(DONADA)
 
-post-extract-modulated:
+pre-configure-modulated:
 	grm -f $(WORKSRC)/config/ltmain.sh
 	gcp /opt/csw/share/libtool/config/ltmain.sh $(WORKSRC)/config/ltmain.sh
 	cd $(WORKSRC); aclocal
 	cd $(WORKSRC); automake
+	@$(MAKECOOKIE)
 
-include gar/category.mk


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