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