Kristall is a multi-protocol support (Gemini, Gopher, Finger, Http(s)) navigator with features such as: - Document rendering based on MIME - TLS Management - Favourite Sites - Navigation history - Tabbed interface - Outline generation - Special link highlighting for different targets - Color Themes ok paco@
23 lines
651 B
Plaintext
23 lines
651 B
Plaintext
$OpenBSD: patch-Makefile,v 1.1.1.1 2020/12/02 19:07:31 solene Exp $
|
|
|
|
Index: Makefile
|
|
--- Makefile.orig
|
|
+++ Makefile
|
|
@@ -9,13 +9,13 @@ INSTALL_PROGRAM=$(INSTALL) -Dm 755
|
|
INSTALL_DATA=$(INSTALL) -m 644
|
|
|
|
# Directories into which to install the various files
|
|
-bindir=$(DESTDIR)$(PREFIX)/bin
|
|
-sharedir=$(DESTDIR)$(PREFIX)/share
|
|
+bindir=$(PREFIX)/bin
|
|
+sharedir=$(PREFIX)/share
|
|
MAKEDIR=mkdir -p
|
|
|
|
# Default Qmake Command For Ubuntu (and probably other Debian) distributions
|
|
|
|
-QMAKE_COMMAND := qmake
|
|
+QMAKE_COMMAND := qmake-qt5
|
|
# For Fedora 32 and similar distributions, use the next line instead of the above.
|
|
# QMAKE_COMMAND := /usr/bin/qmake-qt5
|
|
|