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

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Mon Aug 22 15:15:45 CEST 2011


Revision: 15404
          http://gar.svn.sourceforge.net/gar/?rev=15404&view=rev
Author:   wahwah
Date:     2011-08-22 13:15:44 +0000 (Mon, 22 Aug 2011)

Log Message:
-----------
pkg/llvm/trunk: add deps, use a subdirectory for shared libraries

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

Modified: csw/mgar/pkg/llvm/trunk/Makefile
===================================================================
--- csw/mgar/pkg/llvm/trunk/Makefile	2011-08-22 12:17:48 UTC (rev 15403)
+++ csw/mgar/pkg/llvm/trunk/Makefile	2011-08-22 13:15:44 UTC (rev 15404)
@@ -6,7 +6,7 @@
 GARTYPE = v2
 CATEGORIES = lib
 
-DESCRIPTION = Brief description
+DESCRIPTION = Collection of modular and reusable compiler and toolchain technologies
 define BLURB
   Long description
 endef
@@ -20,6 +20,8 @@
 
 GARCOMPILER = GNU
 
+libdir = $(prefix)/lib/llvm
+
 CONFIGURE_ARGS = $(DIRPATHS)
 CONFIGURE_ARGS += --disable-optimized
 # ocaml causes a compilation failure
@@ -33,6 +35,9 @@
 PATCHFILES += 0003-OpenCSW-bash-with-the-Python-test-runner.patch
 PATCHFILES += 0004-test-runner-adaptation-to-Solaris.patch
 
+RUNTIME_DEP_PKGS_CSWllvm += CSWlibstdc++6
+RUNTIME_DEP_PKGS_CSWllvm += CSWgcc4corert
+
 ENABLE_OPTIMIZED = 1
 OPTIMIZE_OPTION = -O0
 SHELL = /opt/csw/bin/bash


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