[csw-devel] SF.net SVN: gar:[8046] csw/mgar/pkg/gtkwave/trunk/Makefile
trygvis at users.sourceforge.net
trygvis at users.sourceforge.net
Sun Jan 17 18:32:30 CET 2010
Revision: 8046
http://gar.svn.sourceforge.net/gar/?rev=8046&view=rev
Author: trygvis
Date: 2010-01-17 17:32:30 +0000 (Sun, 17 Jan 2010)
Log Message:
-----------
gtkwave: Getting at least ./configure to pass on solaris8.
Modified Paths:
--------------
csw/mgar/pkg/gtkwave/trunk/Makefile
Modified: csw/mgar/pkg/gtkwave/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gtkwave/trunk/Makefile 2010-01-17 16:49:06 UTC (rev 8045)
+++ csw/mgar/pkg/gtkwave/trunk/Makefile 2010-01-17 17:32:30 UTC (rev 8046)
@@ -22,9 +22,12 @@
GARCOMPILER = GNU
-CONFIGURE_ARGS = $(DIRPATHS) LDFLAGS=-lintl
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += LDFLAGS=-lintl
-pre-build-modulated:
+CONFIGURE_ENV = PKG_CONFIG_PATH=/opt/csw/X11/lib/pkgconfig
+
+post-extract-modulated:
find $(WORKSRC) -type f | xargs -I _ /opt/csw/bin/dos2unix _ _
@$(MAKECOOKIE)
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