FreeBSD Bugzilla – Attachment 124179 Details for
Bug 167663
[PATCH] textproc/openvanilla-modules: fix BROKEN port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
openvanilla-modules-0.7.2.20070514_3.patch
openvanilla-modules-0.7.2.20070514_3.patch (text/plain), 1.21 KB, created by
Po-Chien Lin
on 2012-05-07 03:00:23 UTC
(
hide
)
Description:
openvanilla-modules-0.7.2.20070514_3.patch
Filename:
MIME Type:
Creator:
Po-Chien Lin
Created:
2012-05-07 03:00:23 UTC
Size:
1.21 KB
patch
obsolete
>diff -ruN --exclude=CVS ../openvanilla-modules.orig/Makefile ./Makefile >--- ../openvanilla-modules.orig/Makefile 2012-05-06 21:42:36.000000000 +0800 >+++ ./Makefile 2012-05-07 09:52:04.000000000 +0800 >@@ -37,8 +37,8 @@ > > .include <bsd.port.pre.mk> > >-.if ${OSVERSION} >= 800501 >-BROKEN= does not build >+.if (${OSVERSION} >= 800501) >+EXTRA_PATCHES+= ${FILESDIR}/extra-patch-Modules-SharedSource-OVCINInfo.cpp > .endif > > .if !defined(WITHOUT_OVIMArray) >diff -ruN --exclude=CVS ../openvanilla-modules.orig/files/extra-patch-Modules-SharedSource-OVCINInfo.cpp ./files/extra-patch-Modules-SharedSource-OVCINInfo.cpp >--- ../openvanilla-modules.orig/files/extra-patch-Modules-SharedSource-OVCINInfo.cpp 1970-01-01 08:00:00.000000000 +0800 >+++ ./files/extra-patch-Modules-SharedSource-OVCINInfo.cpp 2012-05-07 09:52:04.000000000 +0800 >@@ -0,0 +1,11 @@ >+--- Modules/SharedSource/OVCINInfo.cpp.orig 2012-05-06 21:47:52.000000000 +0800 >++++ Modules/SharedSource/OVCINInfo.cpp 2012-05-06 22:02:40.000000000 +0800 >+@@ -67,7 +67,7 @@ >+ } >+ >+ #ifndef WIN32 >+- #ifdef __linux__ >++ #if defined (__linux__) || defined (__FreeBSD__) >+ int CLFileSelect(const struct dirent *entry) >+ #else >+ int CLFileSelect(struct dirent *entry)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 167663
: 124179