[csw-devel] SF.net SVN: gar:[17381] csw/mgar/pkg/spidermonkey/branches/js-1.7/Makefile

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Mon Mar 12 09:09:45 CET 2012


Revision: 17381
          http://gar.svn.sourceforge.net/gar/?rev=17381&view=rev
Author:   wahwah
Date:     2012-03-12 08:09:45 +0000 (Mon, 12 Mar 2012)
Log Message:
-----------
Build with Solaris Studio

Accept that the build system ignores CC. Build with Solaris Studio and put the
library into /opt/csw/lib.

Modified Paths:
--------------
    csw/mgar/pkg/spidermonkey/branches/js-1.7/Makefile

Modified: csw/mgar/pkg/spidermonkey/branches/js-1.7/Makefile
===================================================================
--- csw/mgar/pkg/spidermonkey/branches/js-1.7/Makefile	2012-03-12 08:01:52 UTC (rev 17380)
+++ csw/mgar/pkg/spidermonkey/branches/js-1.7/Makefile	2012-03-12 08:09:45 UTC (rev 17381)
@@ -21,9 +21,6 @@
 PATCHFILES += 0001-Set-the-SONAME-of-the-shared-library.patch
 PATCHFILES += 0003-Add-a-x86-configuration-file.patch
 
-prefix = $(BUILD_PREFIX)/gxx
-GARCOMPILER = GNU
-
 DISTNAME = js
 
 LICENSE = src/README.html
@@ -50,18 +47,18 @@
 EXTRA_CFLAGS="-DJS_C_STRINGS_ARE_UTF8"
 EXTRA_CXXFLAGS="-DJS_C_STRINGS_ARE_UTF8"
 
-PACKAGES += CSWlibjs-gxx-dev
-SPKG_DESC_CSWlibjs-gxx-dev += $(DESCRIPTION), development files
-PKGFILES_CSWlibjs-gxx-dev += $(libdir)/libjs.so
-PKGFILES_CSWlibjs-gxx-dev += $(PKGFILES_DEVEL)
-RUNTIME_DEP_PKGS_CSWlibjs-gxx-dev += CSWlibjs1-7-0-gxx
+PACKAGES += CSWlibjs-dev
+SPKG_DESC_CSWlibjs-dev += $(DESCRIPTION), development files
+PKGFILES_CSWlibjs-dev += $(libdir)/libjs.so
+PKGFILES_CSWlibjs-dev += $(PKGFILES_DEVEL)
+RUNTIME_DEP_PKGS_CSWlibjs-dev += CSWlibjs1-7-0
 
-PACKAGES += CSWlibjs1-7-0-gxx
-PKGFILES_CSWlibjs1-7-0-gxx += $(call baseisadirs,$(libdir),libjs\.so\.1\.7\.0)
-SPKG_DESC_CSWlibjs1-7-0-gxx += $(DESCRIPTION), libjs.so.1.7.0
-RUNTIME_DEP_PKGS_CSWspidermonkey += CSWlibjs1-7-0-gxx
+PACKAGES += CSWlibjs1-7-0
+PKGFILES_CSWlibjs1-7-0 += $(call baseisadirs,$(libdir),libjs\.so\.1\.7\.0)
+SPKG_DESC_CSWlibjs1-7-0 += $(DESCRIPTION), libjs.so.1.7.0
+RUNTIME_DEP_PKGS_CSWspidermonkey += CSWlibjs1-7-0
 
-CHECKPKG_OVERRIDES_CSWlibjs1-7-0-gxx += binary-architecture-does-not-match-placement|file=opt/csw/gxx/lib/libjs.so.1.7.0|arch_id=18|arch_name=sparcv8+
+CHECKPKG_OVERRIDES_CSWlibjs1-7-0 += binary-architecture-does-not-match-placement|file=opt/csw/lib/libjs.so.1.7.0|arch_id=18|arch_name=sparcv8+
 
 BUILD_OPT = 1
 EXTRA_BUILD_EXPORTS = BUILD_OPT CC CXX

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