freebsd-ports/emulators/vice/files/patch-RegExp.h
Dirk Meyer fd98652410 - update to 1.15
- unbreak for gcc2.95
- unbreak for gcc3.4
Approved by:	portmgr (marcus)
2004-09-18 19:17:52 +00:00

12 lines
337 B
C

--- src/arch/unix/x11/xaw/widgets/RegExp.h.orig Sat Dec 4 19:31:32 1999
+++ src/arch/unix/x11/xaw/widgets/RegExp.h Fri Sep 17 07:49:53 2004
@@ -34,6 +34,9 @@
#if defined __FreeBSD__ || defined __NetBSD__
#undef HAVE_REGEXP_H
#endif
+#if defined __FreeBSD__
+#undef HAVE_REGEX_H
+#endif
#if defined HAVE_REGEX_H /* POSIX */