summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-10-06 18:05:30 +0200
committerJakov Smolić <jsmolic@gentoo.org>2021-10-06 18:18:26 +0200
commit87fcfdbc71ffdbb21804563c6490a4e3f4d7b5f2 (patch)
tree1f7e12d8a568dc0ee91a0c041ccb88eba38f078f /net-ftp
parentsci-libs/sundials: remove unused patches (diff)
downloadgentoo-87fcfdbc71ffdbb21804563c6490a4e3f4d7b5f2.tar.gz
gentoo-87fcfdbc71ffdbb21804563c6490a4e3f4d7b5f2.tar.bz2
gentoo-87fcfdbc71ffdbb21804563c6490a4e3f4d7b5f2.zip
net-ftp/atftp: remove unused patch
Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/22501 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-ftp')
-rw-r--r--net-ftp/atftp/files/atftp-0.7.2-CFLAGS.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/net-ftp/atftp/files/atftp-0.7.2-CFLAGS.patch b/net-ftp/atftp/files/atftp-0.7.2-CFLAGS.patch
deleted file mode 100644
index 749f8e8e6d38..000000000000
--- a/net-ftp/atftp/files/atftp-0.7.2-CFLAGS.patch
+++ /dev/null
@@ -1,32 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -69,29 +69,6 @@
- dnl Check for AIX
- AC_AIX
-
--CFLAGS="$CFLAGS -g -Wall -D_REENTRANT"
--
--if test x$debug = xtrue; then
-- CFLAGS="$CFLAGS -O0 -DDEBUG"
--else
-- if test -n "$auto_cflags"; then
-- if test -n "$GCC"; then
-- CFLAGS="$CFLAGS -g -O2 -Wall -Wno-implicit"
-- else
-- case "$host_os" in
-- *hpux*) CFLAGS="$CFLAGS +O3"
-- ;;
-- *ultrix* | *osf*) CFLAGS="$CFLAGS -O -Olimit 2000"
-- ;;
-- *) CFLAGS="$CFLAGS -O2"
-- ;;
-- esac
-- fi
-- else
-- CFLAGS="$CFLAGS -O2"
-- fi
--fi
--
- AC_PROG_MAKE_SET
- AC_PROG_INSTALL
-