summaryrefslogtreecommitdiff
path: root/app-admin/integrit/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-admin/integrit/files
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-admin/integrit/files')
-rw-r--r--app-admin/integrit/files/integrit-4.1-fix-build-system.patch43
1 files changed, 0 insertions, 43 deletions
diff --git a/app-admin/integrit/files/integrit-4.1-fix-build-system.patch b/app-admin/integrit/files/integrit-4.1-fix-build-system.patch
deleted file mode 100644
index 64b3d47e59f8..000000000000
--- a/app-admin/integrit/files/integrit-4.1-fix-build-system.patch
+++ /dev/null
@@ -1,43 +0,0 @@
---- a/configure.in
-+++ b/configure.in
-@@ -26,7 +26,6 @@
-
- # ----- you can override these values by setting environment variables
- # CC=my-compiler ./configure
--CC=${CC:-"gcc"}
- # CFLAGS="-g foo -x bar" ./configure
- CFLAGS=${CFLAGS-"-g -Wall -O2"}
- STATIC=${STATIC-"-static"}
-@@ -53,10 +52,9 @@
- dnl AC_PROG_LEX
- AC_PROG_MAKE_SET
- AC_PROG_AWK
--AC_PROGRAM_PATH(RM, rm , rm)
- dnl syncing is the job of the O.S., and users can always do "make; sync"
- dnl AC_PROGRAM_PATH(SYNC, sync, sync)
--AC_PROGRAM_PATH(AR, ar, ar)
-+AM_PROG_AR
- AC_PROG_RANLIB
-
- dnl ---------- let users override the install that configure finds
---- a/hashtbl/configure.in
-+++ b/hashtbl/configure.in
-@@ -25,17 +25,15 @@
-
- # ----- you can override these values by setting environment variables
- # CC=my-compiler ./configure
--CC=${CC:-"gcc"}
- # CFLAGS="-g foo -x bar" ./configure
- CFLAGS=${CFLAGS:-"-g -Wall -O2"}
- STATIC=${STATIC:-"-static"}
-
- dnl Checks for programs.
- AC_PROG_CC
--AC_PROGRAM_PATH(RM, rm , rm)
- dnl syncing is the job of the O.S., and users can always do "make; sync"
- dnl AC_PROGRAM_PATH(SYNC, sync, sync)
--AC_PROGRAM_PATH(AR, ar, ar)
-+AM_PROG_AR
- AC_PROG_MAKE_SET
- AC_PROG_RANLIB
-