mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
11 lines
306 B
Plaintext
11 lines
306 B
Plaintext
$NetBSD: patch-media_libtremor_moz.build,v 1.1 2016/02/14 07:30:54 ryoon Exp $
|
|
|
|
--- media/libtremor/moz.build.orig 2014-11-21 03:37:42.000000000 +0000
|
|
+++ media/libtremor/moz.build
|
|
@@ -6,3 +6,5 @@
|
|
|
|
DIRS += ['include/tremor', 'lib']
|
|
|
|
+if CONFIG['MOZ_NATIVE_OGG']:
|
|
+ CFLAGS += CONFIG['MOZ_OGG_CFLAGS']
|