diff options
author | clsung <clsung@FreeBSD.org> | 2006-03-23 16:35:20 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-03-23 16:35:20 +0800 |
commit | 2e3548dce578d48fd7522403d3126a05879d73b7 (patch) | |
tree | 064a0aefc1bcd168404cffb7572f592c28ba508d /textproc/openvanilla-modules | |
parent | ffcca4b8e2173962a270c8b5f01286b3adb6ccdf (diff) | |
download | freebsd-ports-gnome-2e3548dce578d48fd7522403d3126a05879d73b7.tar.gz freebsd-ports-gnome-2e3548dce578d48fd7522403d3126a05879d73b7.tar.zst freebsd-ports-gnome-2e3548dce578d48fd7522403d3126a05879d73b7.zip |
- I forgot to cvs add two files
PR: 93364
Submitted by: maintainer
Diffstat (limited to 'textproc/openvanilla-modules')
-rw-r--r-- | textproc/openvanilla-modules/files/patch-Modules::Mk::ov.module.mk | 11 | ||||
-rw-r--r-- | textproc/openvanilla-modules/files/patch-Modules::SharedHeaders::OVFileHandler.h | 13 |
2 files changed, 24 insertions, 0 deletions
diff --git a/textproc/openvanilla-modules/files/patch-Modules::Mk::ov.module.mk b/textproc/openvanilla-modules/files/patch-Modules::Mk::ov.module.mk new file mode 100644 index 000000000000..aa430813df8c --- /dev/null +++ b/textproc/openvanilla-modules/files/patch-Modules::Mk::ov.module.mk @@ -0,0 +1,11 @@ +--- Modules/Mk/ov.module.mk.orig Tue Feb 14 00:18:29 2006 ++++ Modules/Mk/ov.module.mk Tue Feb 14 13:55:40 2006 +@@ -178,7 +178,7 @@ + + GCC=/usr/bin/gcc + GPP=/usr/bin/g++ +-LIBTOOL=$(shell ../Mk/find-libtool.pl) ++# LIBTOOL=$(shell ../Mk/find-libtool.pl) + + + ifeq ("$(OS_COMPILE)", "Darwin") diff --git a/textproc/openvanilla-modules/files/patch-Modules::SharedHeaders::OVFileHandler.h b/textproc/openvanilla-modules/files/patch-Modules::SharedHeaders::OVFileHandler.h new file mode 100644 index 000000000000..0c05b9e380f5 --- /dev/null +++ b/textproc/openvanilla-modules/files/patch-Modules::SharedHeaders::OVFileHandler.h @@ -0,0 +1,13 @@ +--- Modules/SharedHeaders/OVFileHandler.h.orig Tue Feb 14 00:18:36 2006 ++++ Modules/SharedHeaders/OVFileHandler.h Mon Mar 20 16:19:33 2006 +@@ -36,9 +36,9 @@ + #include <fstream> + + #ifndef WIN32 ++ #include <sys/types.h> + #include <sys/mman.h> + #include <sys/stat.h> +- #include <sys/types.h> + #include <stdio.h> + #include <fcntl.h> + #include <unistd.h> |