From 7fd1f949bff6bf7f020c6f672512b9f1e20e37de Mon Sep 17 00:00:00 2001
From: Alexander Pyhalov <apyhalov@gmail.com>
Date: Thu, 24 Oct 2013 23:43:56 +0200
Subject: [PATCH] Switch apr-util and php pgsql extension dependencies on PostgreSQL 9.3

---
 components/php-5_4-ext-pgsql/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/php-5_4-ext-pgsql/Makefile b/components/php-5_4-ext-pgsql/Makefile
index 6247e71..864ff7e 100644
--- a/components/php-5_4-ext-pgsql/Makefile
+++ b/components/php-5_4-ext-pgsql/Makefile
@@ -45,8 +45,8 @@
 CONFIGURE_OPTIONS.64  +=	--build=x86_64-pc-solaris2.10
 CONFIGURE_OPTIONS.32  +=	--with-php-config=$(PHP_PREFIX)/bin/php-config
 CONFIGURE_OPTIONS.64  +=	--with-php-config=$(PHP_PREFIX)/bin/$(MACH64)/php-config
-CONFIGURE_OPTIONS.32  +=	--with-pgsql=/usr/postgres/8.4/bin/
-CONFIGURE_OPTIONS.64  +=	--with-pgsql=/usr/postgres/8.4/bin/$(MACH64)/
+CONFIGURE_OPTIONS.32  +=	--with-pgsql=$(PG_BINDIR.32)
+CONFIGURE_OPTIONS.64  +=	--with-pgsql=$(PG_BINDIR.64)
 
 CONFIGURE_OPTIONS     +=	$(CONFIGURE_OPTIONS.$(BITS))
 

--
Gitblit v1.9.3