Revision: 21956
          http://gar.svn.sourceforge.net/gar/?rev=21956&view=rev
Author:   lblume
Date:     2013-09-17 08:51:36 +0000 (Tue, 17 Sep 2013)
Log Message:
-----------
samba/branches/samba3: Fix the compiler selection by OS version

Modified Paths:
--------------
    csw/mgar/pkg/samba/branches/samba3/Makefile

Modified: csw/mgar/pkg/samba/branches/samba3/Makefile
===================================================================
--- csw/mgar/pkg/samba/branches/samba3/Makefile 2013-09-17 08:41:22 UTC (rev 
21955)
+++ csw/mgar/pkg/samba/branches/samba3/Makefile 2013-09-17 08:51:36 UTC (rev 
21956)
@@ -29,9 +29,11 @@
 PATCHFILES += 0003-rename-nss-modules.patch
 
 # Studio 12 is the last supported on Solaris 9
-GARCOMPILER-5.9  = SOS12
-GARCOMPILER-5.10 = SOS12U3
-GARCOMPILER = $(GARCOMPILER-$(GAROSREL))
+ifeq ($(shell /usr/bin/uname -r),5.9)
+  GARCOMPILER = SOS12
+else
+  GARCOMPILER = SOS12U3
+endif
 
 BUILD_DEP_PKGS += CSWlibtalloc-dev
 BUILD_DEP_PKGS += CSWopenldap-dev

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

_______________________________________________
devel mailing list
devel@lists.opencsw.org
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to