diff options
Diffstat (limited to '')
-rw-r--r-- | devel/util-linux/files/patch-Makefile.am | 19 | ||||
-rw-r--r-- | devel/util-linux/files/patch-configure.ac | 12 | ||||
-rw-r--r-- | devel/util-linux/files/patch-include_bitops.h | 11 |
3 files changed, 0 insertions, 42 deletions
diff --git a/devel/util-linux/files/patch-Makefile.am b/devel/util-linux/files/patch-Makefile.am deleted file mode 100644 index 25af74efade8..000000000000 --- a/devel/util-linux/files/patch-Makefile.am +++ /dev/null @@ -1,19 +0,0 @@ ---- Makefile.am.orig 2020-07-23 09:26:04 UTC -+++ Makefile.am -@@ -65,7 +65,7 @@ CHECK_LOCALS = - EXTRA_DIST = - CLEANFILES = - --SUBDIRS = po -+SUBDIRS = # po - - RCS_FIND_IGNORE = \( -name SCCS -o -name BitKeeper -o -name .svn -o \ - -name CVS -o -name .pc -o -name .hg -o -name .git \) -prune -o -@@ -76,7 +76,6 @@ EXTRA_DIST += \ - .version \ - autogen.sh \ - Documentation \ -- po/update-potfiles \ - README.licensing - - include tools/Makemodule.am diff --git a/devel/util-linux/files/patch-configure.ac b/devel/util-linux/files/patch-configure.ac deleted file mode 100644 index cb4155f7831e..000000000000 --- a/devel/util-linux/files/patch-configure.ac +++ /dev/null @@ -1,12 +0,0 @@ ---- configure.ac.orig 2020-07-23 09:23:58 UTC -+++ configure.ac -@@ -204,7 +204,8 @@ PKG_INSTALLDIR(['${usrlib_execdir}/pkgconfig']) - PKG_PROG_PKG_CONFIG - PKG_INSTALLDIR(['${usrlib_execdir}/pkgconfig']) - --GTK_DOC_CHECK([1.10]) -+AM_CONDITIONAL([ENABLE_GTK_DOC], false) -+AM_CONDITIONAL([GTK_DOC_USE_LIBTOOL], true) - AC_PATH_PROG([XSLTPROC], [xsltproc]) - - linux_os=no diff --git a/devel/util-linux/files/patch-include_bitops.h b/devel/util-linux/files/patch-include_bitops.h deleted file mode 100644 index 2b5c7ce9f633..000000000000 --- a/devel/util-linux/files/patch-include_bitops.h +++ /dev/null @@ -1,11 +0,0 @@ ---- include/bitops.h.orig 2023-06-25 21:35:59 UTC -+++ include/bitops.h -@@ -25,7 +25,7 @@ - # define be16toh(x) betoh16(x) - # define be32toh(x) betoh32(x) - # define be64toh(x) betoh64(x) --#elif defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__) -+#elif defined(__NetBSD__) || defined(__DragonFly__) - # define bswap_16(x) bswap16(x) - # define bswap_32(x) bswap32(x) - # define bswap_64(x) bswap64(x) |