Page MenuHomeFreeBSD

D14317.id39176.diff
No OneTemporary

D14317.id39176.diff

Index: lib/libexpat/Makefile
===================================================================
--- lib/libexpat/Makefile
+++ lib/libexpat/Makefile
@@ -22,7 +22,8 @@
# FreeBSD-style include guards. We also want to point it at the new
# bsdxml_external.h rather than the old expat_external.h file.
bsdxml.h: expat.h
- unifdef -U__VMS < ${.ALLSRC} | \
+ # Use -x1 so that this works even when running with bash -o pipefail
+ unifdef -x1 -U__VMS < ${.ALLSRC} | \
sed -e 's/XmlParse_INCLUDED/_BSD_XML_H_/' \
-e 's/COPYING/src\/contrib\/expat\/COPYING/' \
-e 's/expat_external/bsdxml_external/' \

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 11, 12:45 AM (1 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31257976
Default Alt Text
D14317.id39176.diff (611 B)

Event Timeline