FreeBSD Bugzilla – Attachment 101763 Details for
Bug 141395
Fix devel/ptlib compilation for recent FreeBSD versions.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.25 KB, created by
Eric L. Chen
on 2009-12-12 04:40:03 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Eric L. Chen
Created:
2009-12-12 04:40:03 UTC
Size:
1.25 KB
patch
obsolete
>diff -purN devel/ptlib/Makefile devel/ptlib.new/Makefile >--- devel/ptlib/Makefile 2009-11-02 09:44:49.000000000 +0800 >+++ devel/ptlib.new/Makefile 2009-12-12 12:25:26.000000000 +0800 >@@ -31,7 +31,7 @@ NO_LATEST_LINK= yes > .include <bsd.port.pre.mk> > > .if ${OSVERSION} >= 800059 >-BROKEN= does not build >+EXTRA_PATCHES= ${FILESDIR}/extra-src_ptlib_unix_socket.cxx > .endif > > CONFIGURE_ENV= \ >diff -purN devel/ptlib/files/extra-src_ptlib_unix_socket.cxx devel/ptlib.new/files/extra-src_ptlib_unix_socket.cxx >--- devel/ptlib/files/extra-src_ptlib_unix_socket.cxx 1970-01-01 08:00:00.000000000 +0800 >+++ devel/ptlib.new/files/extra-src_ptlib_unix_socket.cxx 2009-12-12 12:22:50.000000000 +0800 >@@ -0,0 +1,13 @@ >+--- src/ptlib/unix/socket.cxx.orig 2009-12-12 11:42:03.000000000 +0800 >++++ src/ptlib/unix/socket.cxx 2009-12-12 11:46:09.000000000 +0800 >+@@ -1144,10 +1144,6 @@ PBoolean process_rtentry(struct rt_msghd >+ if ((~rtm->rtm_flags&RTF_LLINFO) >+ #if defined(P_NETBSD) || defined(P_QNX) >+ && (~rtm->rtm_flags&RTF_CLONED) // Net BSD has flag one way >+-#elif !defined(P_OPENBSD) >+- && (~rtm->rtm_flags&RTF_WASCLONED) // Free BSD/MAC has it another >+-#else >+- // Open BSD does not have it at all! >+ #endif >+ ) { >+
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 141395
: 101763