mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-17 01:00:06 +02:00
sqlitebrowser: bump version (#4274)
This commit is contained in:
23
dev-db/sqlitebrowser/patches/sqlitebrowser-3.11.2.patchset
Normal file
23
dev-db/sqlitebrowser/patches/sqlitebrowser-3.11.2.patchset
Normal file
@@ -0,0 +1,23 @@
|
||||
From 1a36c60f97b8e0c1ef677fb9cac4e4a854f44671 Mon Sep 17 00:00:00 2001
|
||||
From: Tudor Nazarie <nazarietudor@gmail.com>
|
||||
Date: Wed, 28 Dec 2016 12:38:11 +0000
|
||||
Subject: Fix missing libdl.so library error
|
||||
|
||||
|
||||
diff --git a/src/src.pro b/src/src.pro
|
||||
index 76acec2..84ff567 100644
|
||||
--- a/src/src.pro
|
||||
+++ b/src/src.pro
|
||||
@@ -182,9 +182,6 @@ LIBPATH_QHEXEDIT=$$OUT_PWD/../libs/qhexedit
|
||||
LIBPATH_ANTLR=$$OUT_PWD/../libs/antlr-2.7.7
|
||||
LIBPATH_QCUSTOMPLOT=$$OUT_PWD/../libs/qcustomplot-source
|
||||
LIBPATH_QSCINTILLA=$$OUT_PWD/../libs/qscintilla/Qt4Qt5
|
||||
-unix {
|
||||
- LIBS += -ldl
|
||||
-}
|
||||
os2 {
|
||||
RC_FILE = os2app.rc
|
||||
}
|
||||
--
|
||||
2.23.0
|
||||
|
||||
Reference in New Issue
Block a user