mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
dce4738293
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
15 lines
323 B
C++
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);
|