FreeBSD Bugzilla – Attachment 211115 Details for
Bug 243658
multimedia/obs-qtwebkit: fix build on powerpc64 elfv1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
obs-qtwebkit.patch (text/plain), 1.47 KB, created by
Piotr Kubaj
on 2020-01-27 22:17:07 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2020-01-27 22:17:07 UTC
Size:
1.47 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 523503) >+++ Makefile (working copy) >@@ -14,7 +14,7 @@ > LIB_DEPENDS= libobs.so:multimedia/obs-studio \ > libinotify.so:devel/libinotify > >-USES= gmake pkgconfig qt:5 >+USES= compiler:c++11-lang gmake pkgconfig qt:5 > USE_QT= core gui network webkit widgets > > USE_GITHUB= yes >@@ -23,6 +23,8 @@ > MAKEFILE= GNUmakefile > MAKE_ARGS= OBS_INCLUDE=${LOCALBASE}/include OBS_LIB=${LOCALBASE}/lib > >+CXXFLAGS_powerpc64= -DNO_WARN_X86_INTRINSICS -maltivec -mvsx >+ > post-patch: > @${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},g' ${WRKSRC}/GNUmakefile > >Index: files/patch-GNUmakefile >=================================================================== >--- files/patch-GNUmakefile (revision 523503) >+++ files/patch-GNUmakefile (working copy) >@@ -9,7 +9,7 @@ > endif > > -CXXFLAGS = -std=c++11 -Wall -g -fPIC -I$(OBS_INCLUDE) -I./src $(shell pkg-config --cflags Qt5Widgets) $(shell pkg-config --cflags Qt5WebKit) $(shell pkg-config --cflags Qt5WebKitWidgets) >-+CXXFLAGS = -std=c++11 -Wall -g -fPIC -I$(OBS_INCLUDE) -I./src $(shell pkg-config --cflags Qt5Widgets) $(shell pkg-config --cflags Qt5WebKit) -I%%LOCALBASE%%/include/qt5/QtWebKitWidgets >++CXXFLAGS += -std=c++11 -Wall -g -fPIC -I$(OBS_INCLUDE) -I./src $(shell pkg-config --cflags Qt5Widgets) $(shell pkg-config --cflags Qt5WebKit) -I%%LOCALBASE%%/include/qt5/QtWebKitWidgets > CXX ?= c++ > RM = /bin/rm -rf > LDFLAGS = -L$(OBS_LIB)
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:
swills
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 243658
: 211115