[csw-devel] SF.net SVN: gar:[7306] csw/mgar/pkg/geda/trunk/Makefile
trygvis at users.sourceforge.net
trygvis at users.sourceforge.net
Sun Nov 15 23:15:08 CET 2009
Revision: 7306
http://gar.svn.sourceforge.net/gar/?rev=7306&view=rev
Author: trygvis
Date: 2009-11-15 22:15:08 +0000 (Sun, 15 Nov 2009)
Log Message:
-----------
geda: Working package as long as it's built against latest guile.
Modified Paths:
--------------
csw/mgar/pkg/geda/trunk/Makefile
Modified: csw/mgar/pkg/geda/trunk/Makefile
===================================================================
--- csw/mgar/pkg/geda/trunk/Makefile 2009-11-15 21:46:19 UTC (rev 7305)
+++ csw/mgar/pkg/geda/trunk/Makefile 2009-11-15 22:15:08 UTC (rev 7306)
@@ -1,3 +1,13 @@
+# 2009-11-15: Building successfully against svn version of guile, the
+# current version in GAR is too old. Getting messages like these when
+# starting:
+# Read system config file [/opt/csw/share/gEDA/system-gafrc]
+# Read system config file [/opt/csw/share/gEDA/system-gschemrc]
+# Read init scm file [/opt/csw/share/gEDA/scheme/gschem.scm]
+# Should probably find a way to move the configuration files under
+# /etc/opt/csw.
+# - Trygve
+
GARNAME = geda
GARVERSION = 1.6.0
CATEGORIES = devel
@@ -20,6 +30,10 @@
# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
# UPSTREAM_MASTER_SITES =
+EXTRA_PKG_CONFIG_DIRS = $(prefix)/X11/lib
+GARCOMPILER = GCC4
CONFIGURE_ARGS = $(DIRPATHS)
+TEST_SCRIPTS =
+
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