mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-12 14:00:19 -04:00
14 lines
405 B
Python
14 lines
405 B
Python
$NetBSD: patch-gui_qt__libraries.gypi,v 1.3 2014/06/15 13:08:34 ryoon Exp $
|
|
|
|
--- gui/qt_libraries.gypi.orig 2014-05-21 10:51:21.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': [
|