[csw-devel] SF.net SVN: gar:[10824] csw/mgar/pkg/gettext/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Sat Aug 28 01:11:44 CEST 2010
Revision: 10824
http://gar.svn.sourceforge.net/gar/?rev=10824&view=rev
Author: bdwalton
Date: 2010-08-27 23:11:43 +0000 (Fri, 27 Aug 2010)
Log Message:
-----------
gettext: drop useless old library copy; prepend gnulinks path
Modified Paths:
--------------
csw/mgar/pkg/gettext/trunk/Makefile
Modified: csw/mgar/pkg/gettext/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gettext/trunk/Makefile 2010-08-27 15:37:55 UTC (rev 10823)
+++ csw/mgar/pkg/gettext/trunk/Makefile 2010-08-27 23:11:43 UTC (rev 10824)
@@ -72,6 +72,8 @@
include gar/category.mk
+PATH := /opt/csw/gnu:$(PATH)
+
#Include old libraries for compatibility with existing packages
# TODO: Convert to modulated builds
post-install-isa-sparcv8:
@@ -92,7 +94,6 @@
post-install-isa-i386:
@mkdir $(INSTALLISADIR)/opt/csw/share/java
@mv $(INSTALLISADIR)/opt/csw/share/gettext/libintl.jar $(INSTALLISADIR)/opt/csw/share/java
- @cp $(FILEDIR)/libgettextlib-0.14.1.so.s $(INSTALLISADIR)/opt/csw/lib/libgettextlib-0.14.1.so
@cp $(FILEDIR)/libgettextlib-0.14.1.so.i $(INSTALLISADIR)/opt/csw/lib/libgettextlib-0.14.1.so
@cp $(FILEDIR)/libintl.so.2.i $(INSTALLISADIR)/opt/csw/lib/libintl.so.2
@cp $(FILEDIR)/libintl.so.3.i $(INSTALLISADIR)/opt/csw/lib/libintl.so.3
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