diff options
author | maho <maho@FreeBSD.org> | 2003-08-02 10:03:03 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-08-02 10:03:03 +0800 |
commit | 6b2899a651fddd8a53638027bdd4e1faa86b6339 (patch) | |
tree | 774ef776e12cb6a7a8694d75fad544b99dedea64 /editors/uemacs | |
parent | d6ce9f68fb972509c783eb57f6f4b5548ac6fae5 (diff) | |
download | freebsd-ports-gnome-6b2899a651fddd8a53638027bdd4e1faa86b6339.tar.gz freebsd-ports-gnome-6b2899a651fddd8a53638027bdd4e1faa86b6339.tar.zst freebsd-ports-gnome-6b2899a651fddd8a53638027bdd4e1faa86b6339.zip |
Fix build on gcc-3.3.x
Submitted by: Simon Barner <barner@in.tum.de>
Diffstat (limited to 'editors/uemacs')
-rw-r--r-- | editors/uemacs/files/patch-ab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/uemacs/files/patch-ab b/editors/uemacs/files/patch-ab index 839fa34c9da6..ec8b19672881 100644 --- a/editors/uemacs/files/patch-ab +++ b/editors/uemacs/files/patch-ab @@ -70,13 +70,13 @@ +#define ALCYON 0 /* ALCYON Atari ST compiler */ +#define AZTEC 0 /* Aztec C 4.00e ONLY for the amiga now... */ +#define DGC 0 /* Data General AOS/VS C... */ -+#define GCC 0 /* the GNU C compiler */ ++#define GCC 1 /* the GNU C compiler */ +#define IC 0 /* Rational Systems Instant C */ +#define LATTICE 0 /* Lattice 2.14 through 3.0 compilers */ +#define MSC 0 /* MicroSoft C compile version 3 thru 7 */ +#define MWC 0 /* Mark Williams C */ +#define TURBO 0 /* Turbo C and Borland C++ under MSDOS */ -+#define UNIX 1 /* a standard UNIX compiler (cc) */ ++#define UNIX 0 /* a standard UNIX compiler (cc) */ +#define ZTC 0 /* Zortech C/C++ 1.02 thru 2.10 under MSDOS */ + +/* Machine stack growth direction. */ |