FreeBSD Bugzilla – Attachment 200298 Details for
Bug 234206
databases/sqlitebrowser: fix build with GCC-based architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
sqlitebrowser.patch (text/plain), 1.53 KB, created by
Piotr Kubaj
on 2018-12-20 13:21:55 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2018-12-20 13:21:55 UTC
Size:
1.53 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 487878) >+++ Makefile (working copy) >@@ -17,7 +17,7 @@ > BUILD_DEPENDS= ${LOCALBASE}/lib/libantlr.a:devel/antlr > LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 > >-USES= cmake desktop-file-utils qt:5 sqlite >+USES= compiler:c++11-lang cmake desktop-file-utils gnome qt:5 sqlite > CMAKE_ARGS+= -DQT_INCLUDE_DIR=${QT_INCDIR} -DQT_LIBRARY_DIR=${QT_LIBDIR} > USE_QT= core gui network printsupport testlib widgets \ > buildtools_build linguisttools_build qmake_build >Index: files/patch-src_grammar_Sqlite3Lexer.hpp >=================================================================== >--- files/patch-src_grammar_Sqlite3Lexer.hpp (nonexistent) >+++ files/patch-src_grammar_Sqlite3Lexer.hpp (working copy) >@@ -0,0 +1,10 @@ >+--- src/grammar/Sqlite3Lexer.hpp.orig 2018-12-19 22:04:37 UTC >++++ src/grammar/Sqlite3Lexer.hpp >+@@ -7,6 +7,7 @@ >+ #include <antlr/InputBuffer.hpp> >+ #include <antlr/BitSet.hpp> >+ #include "sqlite3TokenTypes.hpp" >++#include <strings.h> >+ #include <antlr/CharScanner.hpp> >+ class CUSTOM_API Sqlite3Lexer : public ANTLR_USE_NAMESPACE(antlr)CharScanner, public sqlite3TokenTypes >+ { > >Property changes on: files/patch-src_grammar_Sqlite3Lexer.hpp >___________________________________________________________________ >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 234206
: 200298