[csw-devel] SF.net SVN: gar:[18423] csw/mgar/pkg/libneon27/branches/libneon27-openssl-0 .9.8-solaris-9/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Fri Jun 15 11:40:55 CEST 2012
Revision: 18423
http://gar.svn.sourceforge.net/gar/?rev=18423&view=rev
Author: dmichelsen
Date: 2012-06-15 09:40:54 +0000 (Fri, 15 Jun 2012)
Log Message:
-----------
libneon27/branches/libneon27-openssl-0.9.8-solaris-9: Honour 32 bit only merge
Modified Paths:
--------------
csw/mgar/pkg/libneon27/branches/libneon27-openssl-0.9.8-solaris-9/Makefile
Modified: csw/mgar/pkg/libneon27/branches/libneon27-openssl-0.9.8-solaris-9/Makefile
===================================================================
--- csw/mgar/pkg/libneon27/branches/libneon27-openssl-0.9.8-solaris-9/Makefile 2012-06-15 09:06:31 UTC (rev 18422)
+++ csw/mgar/pkg/libneon27/branches/libneon27-openssl-0.9.8-solaris-9/Makefile 2012-06-15 09:40:54 UTC (rev 18423)
@@ -134,5 +134,5 @@
@# contents of the symlink
rm -f $(PKGROOT)$(libdir)/libneon-feature.so.27
ln -s libneon-feature.so.27.2.6 $(PKGROOT)$(libdir)/libneon-feature.so.27
- rm -f $(PKGROOT)$(libdir)/$(ISA_DEFAULT64)/libneon-feature.so.27
- ln -s libneon-feature.so.27.2.6 $(PKGROOT)$(libdir)/$(ISA_DEFAULT64)/libneon-feature.so.27
+ $(if $(BUILD64),rm -f $(PKGROOT)$(libdir)/$(ISA_DEFAULT64)/libneon-feature.so.27)
+ $(if $(BUILD64),ln -s libneon-feature.so.27.2.6 $(PKGROOT)$(libdir)/$(ISA_DEFAULT64)/libneon-feature.so.27)
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