mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 20:40:13 -04:00
15 lines
491 B
Plaintext
15 lines
491 B
Plaintext
$NetBSD: patch-Tools_WebKitTestRunner_InjectedBundle_Target.pri,v 1.1 2014/12/30 17:23:48 adam Exp $
|
|
|
|
* Treat NetBSD like Linux
|
|
|
|
--- Tools/WebKitTestRunner/InjectedBundle/Target.pri.orig 2013-11-27 01:01:19.000000000 +0000
|
|
+++ Tools/WebKitTestRunner/InjectedBundle/Target.pri
|
|
@@ -67,6 +67,6 @@ INCLUDEPATH += \
|
|
PREFIX_HEADER = $$PWD/../WebKitTestRunnerPrefix.h
|
|
*-g++*:QMAKE_CXXFLAGS += "-include $$PREFIX_HEADER"
|
|
|
|
-linux-* {
|
|
+linux-*|netbsd-* {
|
|
QMAKE_LFLAGS += -Wl,--no-undefined
|
|
}
|