summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2017-05-23 20:41:24 +0300
committerMichał Górny <mgorny@gentoo.org>2017-05-27 22:59:29 +0200
commit524cbe18b25282426edbb300615096bc96aba09a (patch)
tree019aaf2c1b11899bf1da10632d930b2f86c8b854 /app-forensics/aide/files
parentapp-forensics/aide: add myself to maintainers via proxy-maint (diff)
downloadgentoo-524cbe18b25282426edbb300615096bc96aba09a.tar.gz
gentoo-524cbe18b25282426edbb300615096bc96aba09a.tar.bz2
gentoo-524cbe18b25282426edbb300615096bc96aba09a.zip
app-forensics/aide: remove old
Closes: https://github.com/gentoo/gentoo/pull/4735 Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'app-forensics/aide/files')
-rw-r--r--app-forensics/aide/files/aide-0.15.1-gentoo.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/app-forensics/aide/files/aide-0.15.1-gentoo.patch b/app-forensics/aide/files/aide-0.15.1-gentoo.patch
deleted file mode 100644
index 01c06f72387e..000000000000
--- a/app-forensics/aide/files/aide-0.15.1-gentoo.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff -Naur aide-0.15.1.orig//src/Makefile.am aide-0.15.1//src/Makefile.am
---- aide-0.15.1.orig//src/Makefile.am 2010-08-02 03:23:44.000000000 +0900
-+++ aide-0.15.1//src/Makefile.am 2010-10-28 01:22:49.897871135 +0900
-@@ -26,7 +26,7 @@
- LEX_OUTPUT_ROOT = lex.yy
-
- LDADD = -lm @CRYPTLIB@ @ACLLIB@ @SELINUXLIB@ @AUDITLIB@ @ATTRLIB@ @E2FSATTRSLIB@ @ELFLIB@
--AM_CFLAGS = @AIDE_DEFS@ -W -Wall -g
-+AM_CFLAGS = -DLOCALEDIR=\"$(localedir)\" @AIDE_DEFS@ -W -Wall -g
-
- CLEANFILES = conf_yacc.h conf_yacc.c conf_lex.c db_lex.c *~
-
-diff -Naur aide-0.15.1.orig//src/db.c aide-0.15.1//src/db.c
---- aide-0.15.1.orig//src/db.c 2010-08-09 02:39:31.000000000 +0900
-+++ aide-0.15.1//src/db.c 2010-10-28 01:22:12.930091842 +0900
-@@ -27,6 +27,10 @@
- #include "db_file.h"
- #include "db_disk.h"
-
-+#ifdef WITH_CURL
-+#include "fopen.h"
-+#endif
-+
- #ifdef WITH_PSQL
- #include "db_sql.h"
- #endif