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

guengel at users.sourceforge.net guengel at users.sourceforge.net
Sun Mar 24 15:55:20 CET 2013


Revision: 20510
          http://gar.svn.sourceforge.net/gar/?rev=20510&view=rev
Author:   guengel
Date:     2013-03-24 14:55:20 +0000 (Sun, 24 Mar 2013)
Log Message:
-----------
postgresql/trunk: Accommodated to build system changes.

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

Modified: csw/mgar/pkg/postgresql/trunk/Makefile
===================================================================
--- csw/mgar/pkg/postgresql/trunk/Makefile	2013-03-24 13:02:36 UTC (rev 20509)
+++ csw/mgar/pkg/postgresql/trunk/Makefile	2013-03-24 14:55:20 UTC (rev 20510)
@@ -659,7 +659,7 @@
 	done
 	@echo " ===> Checking for extra libraries in SO_NAMES_*"
 	@for n in $(SO_NAMES_SERVER) $(SO_NAMES_CONTRIB) ; do \
-		if [ -f $(PKGROOT)$(libdir)/$(NAME)/$(BASE_VERSION_NODOT)/$$n ] ; then\
+		if [ -f $(PKGROOT)$(subst 64,$(ISA),$(libdir))/$(NAME)/$(BASE_VERSION_NODOT)/$$n ] ; then\
 			: ; \
 		else \
 			echo "Extra library defined $$n" ; \
@@ -688,7 +688,7 @@
 		fi ; \
 	done
 	@echo " ===> Checking for missing binaries in SO_NAMES_*"
-	@for n in `gfind $(PKGROOT)$(libdir)/$(NAME)/$(BASE_VERSION_NODOT) -maxdepth 1 -type f` ; do \
+	@for n in `gfind $(PKGROOT)$(subst 64,$(ISA),$(libdir))/$(NAME)/$(BASE_VERSION_NODOT) -maxdepth 1 -type f` ; do \
 		echo "$(SO_NAMES_SERVER) $(SO_NAMES_CONTRIB)" | grep `basename $$n` >/dev/null 2>&1 ; \
 		if [ $$? -eq 0 ] ; then \
 			: ; \

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