FreeBSD Bugzilla – Attachment 95826 Details for
Bug 134298
XMLRPC-C-DEVEL lacks build options for C++ headers and libs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 846 bytes, created by
Renato Aquino
on 2009-05-06 20:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Renato Aquino
Created:
2009-05-06 20:20:01 UTC
Size:
846 bytes
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/net/xmlrpc-c-devel/Makefile,v >retrieving revision 1.38 >diff -u -r1.38 Makefile >--- Makefile 10 Apr 2009 18:12:05 -0000 1.38 >+++ Makefile 6 May 2009 18:37:06 -0000 >@@ -19,8 +19,9 @@ > > OPTIONS= DEBUG "Compile with debugging information" off \ > CURL "Compile with curl support" on \ >- LIBWWW "Compile with libwww support" on >- >+ LIBWWW "Compile with libwww support" on \ >+ CPLUSPLUS "Enable cpp headers and libs" off >+ > CONFLICTS= xmlrpc-epi-0.* xmlrpc-c-[0-9]* > > USE_GNOME= gnometarget >@@ -40,6 +41,12 @@ > CFLAGS+= -DNDEBUG > .endif > >+.if defined(WITH_CPLUSPLUS) >+CONFIGURE_ARGS+= --enable-cplusplus >+.else >+CONFIGURE_ARGS+= --disable-cplusplus >+.endif >+ > .if defined(WITHOUT_CURL) > CONFIGURE_ARGS+= --disable-curl-client > .else
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 134298
: 95826