summaryrefslogtreecommitdiff
path: root/lang/oo2c/patches/patch-ab
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2003-05-02 23:32:39 +0000
committerjtb <jtb@pkgsrc.org>2003-05-02 23:32:39 +0000
commit2420d4cc45b65b0165ee14a1299792890272f098 (patch)
treebf0365ee08bfe2c4817f12d2aa84fd13285cd339 /lang/oo2c/patches/patch-ab
parente2273edc7d17bf9e3af10b675b13c1ed4f1c5431 (diff)
downloadpkgsrc-2420d4cc45b65b0165ee14a1299792890272f098.tar.gz
Initial import of oo2c.
In short, OOC is an Internet based project providing an Oberon-2 development platform. It consists of * an optimizing compiler, * a number of source code and compiler related tools, * a set of standard library modules, and * a reference manual. oo2c is the first complete working compiler of the OOC project. Instead of translating Oberon-2 modules to machine code, it generates code for the most portable assembler in existence: ANSI-C. The compiler was initially intended as a prototype backend for OOC, which could then be used to evaluate and debug the frontend and the optimization modules. However, it is now a full-fledged development system, and among other things, it is being used to develop native code OOC backends.
Diffstat (limited to 'lang/oo2c/patches/patch-ab')
-rw-r--r--lang/oo2c/patches/patch-ab15
1 files changed, 15 insertions, 0 deletions
diff --git a/lang/oo2c/patches/patch-ab b/lang/oo2c/patches/patch-ab
new file mode 100644
index 00000000000..480bb7703e5
--- /dev/null
+++ b/lang/oo2c/patches/patch-ab
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.1.1.1 2003/05/02 23:32:45 jtb Exp $
+
+--- lib/src/__config.h.in.orig
++++ lib/src/__config.h.in
+@@ -9,8 +9,8 @@
+ /* Define to 1 if you have the `ftruncate' function. */
+ #undef HAVE_FTRUNCATE
+
+-/* Define to 1 if you have the <gc/gc.h> header file. */
+-#undef HAVE_GC_GC_H
++/* Define to 1 if you have the <gc.h> header file. */
++#undef HAVE_GC_H
+
+ /* Define to 1 if you have the `gettimeofday' function. */
+ #undef HAVE_GETTIMEOFDAY