changeset 3688:e5d08daf58a0

fix postgresql shlib install problem on non-Windows systems
author John W. Eaton <jwe@octave.org>
date Wed, 20 Aug 2014 14:32:50 -0400
parents 1d5439991318
children 155466c2f445
files src/postgresql-1-fixes.patch
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/postgresql-1-fixes.patch	Sun Aug 17 10:45:58 2014 -0400
+++ b/src/postgresql-1-fixes.patch	Wed Aug 20 14:32:50 2014 -0400
@@ -84,7 +84,7 @@
 -install-lib-shared: $(shlib) installdirs-lib
 +install-lib-shared: $(shlib)
 +ifeq (, $(filter $(PORTNAME), win32 cygwin))
-+install-lib-shared: installdirs-lib
++install-lib-shared: $(shlib) installdirs-lib
 +endif # not win32 or cygwin
  ifdef soname
  # we don't install $(shlib) on AIX