c6a65eeffc
* Update enigmail to 1.7.2 Changelog: * SeaMonkey specific changes are not available. * Use xul engine from Firefox 33.
13 lines
644 B
Text
13 lines
644 B
Text
$NetBSD: patch-mozilla_probes_Makefile.in,v 1.1 2014/11/02 05:40:31 ryoon Exp $
|
|
|
|
--- mozilla/probes/Makefile.in.orig 2014-10-14 06:36:36.000000000 +0000
|
|
+++ mozilla/probes/Makefile.in
|
|
@@ -7,7 +7,7 @@ export:: $(DIST)/include/mozilla-trace.h
|
|
|
|
# Replace _DTRACE_VERSION with INCLUDE_MOZILLA_DTRACE
|
|
$(DIST)/include/mozilla-trace.h: mozilla-trace.d Makefile
|
|
- dtrace -h -s $(srcdir)/mozilla-trace.d -o mozilla-trace.h.tmp
|
|
+ dtrace -x nolibs -h -s $(srcdir)/mozilla-trace.d -o mozilla-trace.h.tmp
|
|
sed -e 's/if _DTRACE_VERSION/ifdef INCLUDE_MOZILLA_DTRACE/' \
|
|
mozilla-trace.h.tmp > $(DIST)/include/mozilla-trace.h
|
|
rm mozilla-trace.h.tmp
|