This is an automated email from the git hooks/post-receive script. ntamas-guest pushed a commit to branch master in repository igraph.
commit 42d77a13d3ae86d7a64d4ea9000856bab948a6a2 Author: Tamas Nepusz <[email protected]> Date: Fri Aug 29 08:39:02 2014 +0000 removed unused link_f2c.patch --- debian/patches/link_f2c.patch | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/debian/patches/link_f2c.patch b/debian/patches/link_f2c.patch deleted file mode 100644 index a1f5e6c..0000000 --- a/debian/patches/link_f2c.patch +++ /dev/null @@ -1,17 +0,0 @@ -Author: Andreas Tille <[email protected]> -Last-Changed: Thu, 19 Dec 2013 11:23:31 +0100 -Bug-Debian: http://bugs.debian.org/702882 -Description: Make sure libf2c will be properly linked - - ---- a/configure.ac -+++ b/configure.ac -@@ -217,7 +217,7 @@ if test "$internal_f2c" = "no"; then - AC_CHECK_LIB([f2c], [F77_ALLOC_], [], - AC_CHECK_LIB([f2c], [F77_ALLOC], [], - [AC_MSG_RESULT(not found, trying to use -lf2c anyway.)])))) -- LDFLAGS="${LDFLAGS}" -+ LDFLAGS="${LDFLAGS} -lf2c" - else - AC_DEFINE([INTERNAL_F2C], [1], [Define to 1 if you use the internal F2C library]) - fi -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/igraph.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
