FreeBSD Bugzilla – Attachment 197524 Details for
Bug 231745
devel/libopkele: fix build with powerpc64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
libopkele.patch (text/plain), 1.75 KB, created by
Piotr Kubaj
on 2018-09-26 17:22:28 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2018-09-26 17:22:28 UTC
Size:
1.75 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 480666) >+++ Makefile (working copy) >@@ -18,18 +18,15 @@ > libtidy.so:www/tidy-lib \ > libxslt.so:textproc/libxslt > >-BROKEN_powerpc64= fails to compile: iterator.h: error: invalid abstract return type > BROKEN_SSL= openssl-devel > BROKEN_SSL_REASON_openssl-devel= member access into incomplete type 'DH' (aka 'dh_st') > >+USES= gmake libtool localbase:ldflags pathfix \ >+ pkgconfig ssl > USE_LDCONFIG= yes >-USES= libtool gmake pathfix pkgconfig compiler:c++11-lang ssl > GNU_CONFIGURE= yes > CONFIGURE_ENV= "OPENSSL_CFLAGS=${CFLAGS} -l${OPENSSLINC}" \ > OPENSSL_LIBS=-L${OPENSSLLIB} >-CPPFLAGS+= -I${LOCALBASE}/include >-CFLAGS+= -I${LOCALBASE}/include >-LDFLAGS+= -L${LOCALBASE}/lib > > .include <bsd.port.pre.mk> > >Index: files/patch-include_opkele_iterator.h >=================================================================== >--- files/patch-include_opkele_iterator.h (nonexistent) >+++ files/patch-include_opkele_iterator.h (working copy) >@@ -0,0 +1,14 @@ >+--- include/opkele/iterator.h.orig 2018-09-26 16:30:14 UTC >++++ include/opkele/iterator.h >+@@ -159,11 +159,6 @@ namespace opkele { >+ if(!found) empty=true; >+ return *this; >+ } >+- basic_filterator<IT> operator++(int) { >+- basic_filterator<IT> rv(*this); >+- ++(*this); >+- return rv; >+- } >+ >+ void prepare() { >+ bool found = false; > >Property changes on: files/patch-include_opkele_iterator.h >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 231745
: 197524