]> git.pld-linux.org Git - packages/blitz.git/commitdiff
- set COMPILER_SPECIFIC_HEADER for *-*-*-g++ too (not only for g++)
authortwittner <twittner@pld-linux.org>
Sat, 21 May 2005 09:29:20 +0000 (09:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    blitz-compiler_specific_header.patch -> 1.1

blitz-compiler_specific_header.patch [new file with mode: 0644]

diff --git a/blitz-compiler_specific_header.patch b/blitz-compiler_specific_header.patch
new file mode 100644 (file)
index 0000000..866c8da
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Nurb blitz-0.8.orig/m4/ac_compiler_specific_header.m4 blitz-0.8.new/m4/ac_compiler_specific_header.m4
+--- blitz-0.8.orig/m4/ac_compiler_specific_header.m4   2004-10-13 18:14:04.000000000 +0200
++++ blitz-0.8.new/m4/ac_compiler_specific_header.m4    2005-05-21 10:24:42.211975904 +0200
+@@ -22,7 +22,7 @@
+             COMPILER_SPECIFIC_HEADER="hp/bzconfig.h" ;;
+   CC)       AX_PREFIX_CONFIG_H([blitz/sgi/bzconfig.h],[BZ])
+             COMPILER_SPECIFIC_HEADER="sgi/bzconfig.h" ;;
+-  g++)      AX_PREFIX_CONFIG_H([blitz/gnu/bzconfig.h],[BZ])
++  g++|*-*-*-g++)      AX_PREFIX_CONFIG_H([blitz/gnu/bzconfig.h],[BZ])
+             COMPILER_SPECIFIC_HEADER="gnu/bzconfig.h" ;;
+   pgCC)     AX_PREFIX_CONFIG_H([blitz/pgi/bzconfig.h],[BZ])
+             COMPILER_SPECIFIC_HEADER="pgi/bzconfig.h" ;;
This page took 0.278955 seconds and 4 git commands to generate.