Revision: 19539
          http://gar.svn.sourceforge.net/gar/?rev=19539&view=rev
Author:   bdwalton
Date:     2012-10-30 13:25:22 +0000 (Tue, 30 Oct 2012)
Log Message:
-----------
libsunperf/trunk: the i386 lib for sunperf does not exist (only amd64) so 
modify the recipe to make it conditional

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

Modified: csw/mgar/pkg/libsunperf/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libsunperf/trunk/Makefile      2012-10-30 11:38:32 UTC (rev 
19538)
+++ csw/mgar/pkg/libsunperf/trunk/Makefile      2012-10-30 13:25:22 UTC (rev 
19539)
@@ -46,7 +46,7 @@
 
 install-custom:
        ginstall -d $(DESTDIR)$(libdir)
-       $(foreach L,$(FLIBS-$(GARCH)),ginstall $(SOS12_CC_HOME)/lib/$L 
$(DESTDIR)$(libdir)/$L;)
+       $(foreach L,$(FLIBS-$(GARCH)),if [ -f $(SOS12_CC_HOME)/lib/$L ]; then 
ginstall $(SOS12_CC_HOME)/lib/$L $(DESTDIR)$(libdir)/$L; fi)
        ginstall -d $(DESTDIR)$(libdir)/$(ISA_DEFAULT64)
        $(foreach L,$(FLIBS-$(GARCH)),if [ -f 
$(SOS12_CC_HOME)/lib/$(SRCDIR-$(ISA_DEFAULT64))/$L ]; then ginstall 
$(SOS12_CC_HOME)/lib/$(SRCDIR-$(ISA_DEFAULT64))/$L 
$(DESTDIR)$(libdir)/$(ISA_DEFAULT64)/$L; fi;)
        @$(MAKECOOKIE)

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