FreeBSD Bugzilla – Attachment 170945 Details for
Bug 209967
[PATCH] net-im/libqtelegram-ae, net-im/telegramqml, net-im/cutegram: Fix build with libc++ 3.8.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
cutegram.diff (text/plain), 1.92 KB, created by
Guido Falsi
on 2016-06-02 11:08:33 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Guido Falsi
Created:
2016-06-02 11:08:33 UTC
Size:
1.92 KB
patch
obsolete
>Index: net-im/cutegram/Makefile >=================================================================== >--- net-im/cutegram/Makefile (revision 416275) >+++ net-im/cutegram/Makefile (working copy) >@@ -24,6 +24,9 @@ > USES= qmake:outsource desktop-file-utils > USE_QT5= qmake_build buildtools_build core qml quick sql xml multimedia \ > widgets dbus webkit quickcontrols graphicaleffects sql-sqlite3 >+USE_OPENSSL= yes >+QMAKE_ARGS= LIBQTELEGRAM_INCLUDE_PATH="${LOCALBASE}/include/libqtelegram-ae" \ >+ TELEGRAMQML_INCLUDE_PATH="${LOCALBASE}/include/telegramqml" > INSTALLS_ICONS= yes > > post-extract: >@@ -30,4 +33,8 @@ > @${RMDIR} ${WRKSRC}/Cutegram/asemantools && \ > ${MV} ${WRKSRC_tools} ${WRKSRC}/Cutegram/asemantools > >+post-patch: >+ @${REINPLACE_CMD} -e "/isEmpty(OPENSSL_INCLUDE_PATH)/d" \ >+ ${WRKSRC}/Cutegram/Cutegram.pro >+ > .include <bsd.port.mk> >Index: net-im/libqtelegram-ae/Makefile >=================================================================== >--- net-im/libqtelegram-ae/Makefile (revision 416275) >+++ net-im/libqtelegram-ae/Makefile (working copy) >@@ -19,6 +19,11 @@ > > USES= qmake:outsource > USE_QT5= qmake_build buildtools_build core gui network multimedia >+USE_OPENSSL= yes > USE_LDCONFIG= yes > >+post-patch: >+ @${REINPLACE_CMD} -e "/OPENSSL_INCLUDE_PATH/d" \ >+ ${WRKSRC}/libqtelegram-ae.pri >+ > .include <bsd.port.mk> >Index: net-im/telegramqml/Makefile >=================================================================== >--- net-im/telegramqml/Makefile (revision 416275) >+++ net-im/telegramqml/Makefile (working copy) >@@ -20,7 +20,13 @@ > > USES= qmake:outsource > USE_QT5= qmake_build buildtools_build core qml quick sql xml multimedia >+USE_OPENSSL= yes > USE_LDCONFIG= yes >-QMAKE_ARGS= BUILD_MODE+=lib >+QMAKE_ARGS= BUILD_MODE+=lib \ >+ LIBQTELEGRAM_INCLUDE_PATH="${LOCALBASE}/include/libqtelegram-ae" > >+post-patch: >+ @${REINPLACE_CMD} -e "/isEmpty(OPENSSL_INCLUDE_PATH)/d" \ >+ ${WRKSRC}/telegramqml.pri >+ > .include <bsd.port.mk>
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
Flags:
henry.hu.sh
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 209967
: 170945