From 4cbcc855382a06088e2f016f62cafdbcb7e40665 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 20 Mar 2022 00:40:44 +0000 Subject: gentoo resync : 20.03.2022 --- .../files/torque-4.2-dont-mess-with-cflags.patch | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 sys-cluster/torque/files/torque-4.2-dont-mess-with-cflags.patch (limited to 'sys-cluster/torque/files/torque-4.2-dont-mess-with-cflags.patch') diff --git a/sys-cluster/torque/files/torque-4.2-dont-mess-with-cflags.patch b/sys-cluster/torque/files/torque-4.2-dont-mess-with-cflags.patch deleted file mode 100644 index aec54aff030f..000000000000 --- a/sys-cluster/torque/files/torque-4.2-dont-mess-with-cflags.patch +++ /dev/null @@ -1,27 +0,0 @@ ---- a/configure.ac 2014-09-10 21:06:26.000000000 -0400 -+++ b/configure.ac 2017-05-23 10:43:59.051759539 -0400 -@@ -703,24 +703,6 @@ - AC_HELP_STRING([--with-debug], [compile with debugging symbols]), - DEBUG_SYMBOLS=$withval, DEBUG_SYMBOLS="yes") - AC_MSG_RESULT([DEBUG_SYMBOLS=$DEBUG_SYMBOLS]) --dnl remove -O* and add -g --if test "$DEBUG_SYMBOLS" = 'yes'; then -- AC_MSG_RESULT([before tweak CFLAGS=$CFLAGS]) -- CFLAGS=`echo $CFLAGS | sed 's/ \?-O[[^ ]]*//g'` -- AC_MSG_RESULT([mid tweak CFLAGS=$CFLAGS]) -- case $CFLAGS in -- *-g*) -- ;; -- *) -- if test "$CFLAGS" = ''; then -- CFLAGS="-g" -- else -- CFLAGS="-g $CFLAGS" -- fi -- ;; -- esac -- AC_MSG_RESULT([after tweak CFLAGS=$CFLAGS]) --fi - - dnl if using gcc, we can be very strict - AC_ARG_ENABLE(gcc_warnings, [ -- cgit v1.2.3