1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/www/openvrml/files/patch-mozilla-plugin_src_openvrml.cpp
Thierry Thomas dce4738293 Upgrade to 0.15.9 and unbreak.
Remarks:
- still broken on FreeBSD-4.11;
- to be tested on != i386;
- it now installs a plug-in for mozilla, but it only works for local
  files.

PR:		84023
Submitted by:	/me
2005-07-26 13:39:59 +00:00

15 lines
323 B
C++

--- mozilla-plugin/src/openvrml.cpp.orig Sun Jul 3 10:31:21 2005
+++ mozilla-plugin/src/openvrml.cpp Fri Jul 22 18:51:12 2005
@@ -45,6 +45,11 @@
# endif
# include "openvrml.h"
+# if defined(__FreeBSD__)
+# include <sys/types.h>
+# include <signal.h>
+# endif
+
namespace {
void printerr(const char * str);