diff options
Diffstat (limited to 'math/octave/files/patch-libgnu_math.in.h')
-rw-r--r-- | math/octave/files/patch-libgnu_math.in.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/octave/files/patch-libgnu_math.in.h b/math/octave/files/patch-libgnu_math.in.h new file mode 100644 index 000000000000..077b7d108046 --- /dev/null +++ b/math/octave/files/patch-libgnu_math.in.h @@ -0,0 +1,11 @@ +--- libgnu/math.in.h.orig 2020-11-26 18:20:44 UTC ++++ libgnu/math.in.h +@@ -15,7 +15,7 @@ + You should have received a copy of the GNU General Public License + along with this program. If not, see <https://www.gnu.org/licenses/>. */ + +-#ifndef _@GUARD_PREFIX@_MATH_H ++#if 1 + + #if __GNUC__ >= 3 + @PRAGMA_SYSTEM_HEADER@ |