summaryrefslogtreecommitdiff
path: root/science/xloops-ginac/files/patch-configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'science/xloops-ginac/files/patch-configure.ac')
-rw-r--r--science/xloops-ginac/files/patch-configure.ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/science/xloops-ginac/files/patch-configure.ac b/science/xloops-ginac/files/patch-configure.ac
deleted file mode 100644
index 3261ab78058b..000000000000
--- a/science/xloops-ginac/files/patch-configure.ac
+++ /dev/null
@@ -1,13 +0,0 @@
---- configure.ac.orig 2001-11-08 23:18:49.000000000 +0900
-+++ configure.ac 2008-04-06 20:58:27.000000000 +0900
-@@ -72,8 +72,8 @@
- ln -fs ${with_ginac}/ginsh/ginsh_parser.yy . \
- )
- else
-- AM_PATH_GINAC([0.9.4], , AC_MSG_ERROR([need to have GiNaC installed]))
-- CPPFLAGS="$CPPFLAGS $GINACLIB_CPPFLAGS"
-+ PKG_CHECK_MODULES(GINACLIB, ginac >= 0.9.4, , AC_MSG_ERROR([need to have GiNaC installed]))
-+ CPPFLAGS="$CPPFLAGS $GINACLIB_CFLAGS"
- LIBS="$LIBS $GINACLIB_LIBS"
- fi
-