mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-11 05:22:40 -04:00
23 lines
757 B
Python
23 lines
757 B
Python
$NetBSD: patch-gui_qt__libraries.gypi,v 1.2 2013/09/07 18:42:14 ryoon Exp $
|
|
|
|
--- gui/qt_libraries.gypi.orig 2013-08-28 05:26:12.000000000 +0000
|
|
+++ gui/qt_libraries.gypi
|
|
@@ -84,7 +84,7 @@
|
|
'$(SDKROOT)/System/Library/Frameworks/Carbon.framework',
|
|
]
|
|
}],
|
|
- ['OS=="linux"', {
|
|
+ ['OS=="linux" or OS=="netbsd"', {
|
|
'conditions': [
|
|
['qt_dir', {
|
|
'libraries': [
|
|
@@ -112,7 +112,7 @@
|
|
# Workarounds related with clang.
|
|
['clang==1', {
|
|
'conditions': [
|
|
- ['OS=="linux"', {
|
|
+ ['OS=="linux" or OS=="netbsd"', {
|
|
'cflags': [
|
|
# Temporal workaround against following false warning in Clang.
|
|
# http://lists.cs.uiuc.edu/pipermail/cfe-dev/2012-June/022477.html
|