mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-13 06:23:45 -04:00
15 lines
405 B
Plaintext
15 lines
405 B
Plaintext
$NetBSD: patch-qmlscene_qmlscene.pro-in,v 1.1 2016/04/23 07:38:38 wiz Exp $
|
|
|
|
Add rpath to X11 libraries.
|
|
|
|
--- qmlscene/qmlscene.pro-in.orig 2014-12-25 10:18:22.000000000 +0000
|
|
+++ qmlscene/qmlscene.pro-in
|
|
@@ -9,6 +9,7 @@ TEMPLATE = lib
|
|
|
|
INCLUDEPATH += @PYINCDIR@ @SIPINCDIR@
|
|
LIBS += @PYLINK@
|
|
+LIBS += -Wl,-rpath,@X11LIB@
|
|
|
|
SOURCES = pluginloader.cpp
|
|
HEADERS = pluginloader.h
|