The following commit has been merged in the master branch:
commit 8a5e8540c9c2e21d6767b3840d7227811bab9644
Author: Andreas Tille <[email protected]>
Date:   Thu Aug 9 22:57:03 2012 +0200

    Fix patch

diff --git a/debian/patches/emboss_psql_fix_typo.patch 
b/debian/patches/emboss_psql_fix_typo.patch
index fd9138d..6c86fa6 100644
--- a/debian/patches/emboss_psql_fix_typo.patch
+++ b/debian/patches/emboss_psql_fix_typo.patch
@@ -3,14 +3,14 @@ Author: Felix Geyer <[email protected]>
 Date: Sun, 29 Jul 2012 17:51:04 UTC
 Bugs-Debian: http://bugs.debian.org/683190
 
---- emboss-6.4.0.orig/m4/postgresql.m4
-+++ emboss-6.4.0/m4/postgresql.m4
-@@ -98,7 +98,7 @@
+--- a/m4/postgresql.m4
++++ b/m4/postgresql.m4
+@@ -98,7 +98,7 @@ dnl not be installed
              EMBCPPFLAGS=$CPPFLAGS
-           EMBLDFLAGS=$LDFLAGS
+           EMBLIBS=$LIBS
              
 -            CPPFLAGS="$POSTGRESSQL_CPPFLAGS $EMBCPPFLAGS"
 +            CPPFLAGS="$POSTGRESQL_CPPFLAGS $EMBCPPFLAGS"
-           LDFLAGS="$POSTGRESQL_LDFLAGS $EMBLDFLAGS"
+           LIBS="$POSTGRESQL_LDFLAGS $EMBLIBS"
  
              AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <stdio.h>

-- 
The European Molecular Biology Open Software Suite.

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to