[csw-devel] SF.net SVN: gar:[20513] csw/mgar/pkg/postgresql/branches/postgresql-8.4/ Makefile

guengel at users.sourceforge.net guengel at users.sourceforge.net
Sun Mar 24 15:56:09 CET 2013


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

Modified Paths:
--------------
    csw/mgar/pkg/postgresql/branches/postgresql-8.4/Makefile

Modified: csw/mgar/pkg/postgresql/branches/postgresql-8.4/Makefile
===================================================================
--- csw/mgar/pkg/postgresql/branches/postgresql-8.4/Makefile	2013-03-24 14:55:51 UTC (rev 20512)
+++ csw/mgar/pkg/postgresql/branches/postgresql-8.4/Makefile	2013-03-24 14:56:09 UTC (rev 20513)
@@ -587,7 +587,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" ; \
@@ -607,7 +607,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