diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-12-06 10:51:22 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-12-06 10:51:22 +0100 |
commit | 3da2743a66714334238d44f2f32532b2c3623a43 (patch) | |
tree | ed32ac605198576e38b74d3a48030ade5ef73476 /net-analyzer/cacti-spine/files | |
parent | net-analyzer/cacti-spine: Version bump. (diff) | |
download | gentoo-3da2743a66714334238d44f2f32532b2c3623a43.tar.gz gentoo-3da2743a66714334238d44f2f32532b2c3623a43.tar.bz2 gentoo-3da2743a66714334238d44f2f32532b2c3623a43.zip |
net-analyzer/cacti-spine: Old.
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'net-analyzer/cacti-spine/files')
-rw-r--r-- | net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-mysql.patch | 11 | ||||
-rw-r--r-- | net-analyzer/cacti-spine/files/cacti-spine-0.8.8h-fix-ac-macro.patch | 11 |
2 files changed, 0 insertions, 22 deletions
diff --git a/net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-mysql.patch b/net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-mysql.patch deleted file mode 100644 index d60653678a2c..000000000000 --- a/net-analyzer/cacti-spine/files/cacti-spine-0.8.8d-mysql.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -239,7 +239,7 @@ - fi - CFLAGS="-I$MYSQL_INC_DIR $CFLAGS" - --AC_CHECK_LIB(mysqlclient_r,mysql_init, LIBS="-lmysqlclient_r", -+AC_CHECK_LIB(mysqlclient_r,mysql_init, LIBS="$LIBS -lmysqlclient_r", - AC_MSG_ERROR([MySQL libraries not found]) - ) - diff --git a/net-analyzer/cacti-spine/files/cacti-spine-0.8.8h-fix-ac-macro.patch b/net-analyzer/cacti-spine/files/cacti-spine-0.8.8h-fix-ac-macro.patch deleted file mode 100644 index 3f497ac7bce5..000000000000 --- a/net-analyzer/cacti-spine/files/cacti-spine-0.8.8h-fix-ac-macro.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -10,7 +10,7 @@ - AC_LANG(C) - - AM_INIT_AUTOMAKE(spine, 0.8.8h) --AM_CONFIG_HEADER(config/config.h) -+AC_CONFIG_HEADERS(config/config.h) - - # static libraries - AC_ARG_WITH(static, |