mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
15 lines
519 B
Plaintext
15 lines
519 B
Plaintext
$NetBSD: patch-qtwebkit_Tools_WebKitTestRunner_InjectedBundle_Target.pri,v 1.1 2013/12/13 14:38:35 ryoon Exp $
|
|
|
|
* Treat NetBSD like Linux
|
|
|
|
--- qtwebkit/Tools/WebKitTestRunner/InjectedBundle/Target.pri.orig 2013-11-27 01:01:19.000000000 +0000
|
|
+++ qtwebkit/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
|
|
}
|