16 lines
480 B
Plaintext
16 lines
480 B
Plaintext
$OpenBSD: patch-printing_printing_gyp,v 1.9 2011/12/14 16:58:19 robert Exp $
|
|
--- printing/printing.gyp.orig Wed Dec 7 09:01:09 2011
|
|
+++ printing/printing.gyp Tue Dec 13 21:23:12 2011
|
|
@@ -238,6 +238,11 @@
|
|
],
|
|
},
|
|
}],
|
|
+ [ 'OS == "openbsd"', {
|
|
+ 'cflags': [
|
|
+ '<!@(python cups_config_helper.py --cflags)',
|
|
+ ],
|
|
+ }],
|
|
],
|
|
},
|
|
}],
|