diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2001-03-21 12:58:39 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-03-21 12:58:39 +0000 |
commit | 174fded7f659c0a46457b3a6e3985dfe6f926413 (patch) | |
tree | 226919297364eeded694b01b5540caf72da9615d /graphics/opendx/files/patch-acconfig.h | |
parent | Update to 1.16. (diff) |
- Remove `-lcompat' again, the new patches contain code fixes.
- Fix paths in the documentation (/usr/lpp -> ${PREFIX}).
- patch-ae is no longer needed with gmake.
Diffstat (limited to '')
-rw-r--r-- | graphics/opendx/files/patch-acconfig.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/opendx/files/patch-acconfig.h b/graphics/opendx/files/patch-acconfig.h new file mode 100644 index 000000000000..00ce1c34d99b --- /dev/null +++ b/graphics/opendx/files/patch-acconfig.h @@ -0,0 +1,10 @@ +--- acconfig.h.orig Fri Dec 3 17:23:57 1999 ++++ acconfig.h Tue Mar 20 17:32:42 2001 +@@ -196,6 +196,7 @@ + #undef HAVE_OS2_H + #undef HAVE_PROCESS_H + #undef HAVE_PWD_H ++#undef HAVE_REGEX_H + #undef HAVE_REGEXP_H + #undef HAVE_SETJMP_H + #undef HAVE_SIGNAL_H |