freebsd-ports/x11/wmoldmenu2new/files/patch-wmoldmenu2new
Oliver Braun 14982c0186 Add wmoldmenu2new 20020609,
script to convert WindowMaker RootMenu
menus to new PropList format.

PR:		ports/42474
Submitted by:	Bruce M Simpson <bms@spc.org>
2002-09-09 20:52:43 +00:00

12 lines
321 B
Plaintext

--- wmoldmenu2new.orig Fri Sep 6 12:07:25 2002
+++ wmoldmenu2new Fri Sep 6 12:07:34 2002
@@ -95,7 +95,7 @@
#
# Given the set -e, the exit 1 shouldn't be needed. But it is, on my NeXT!
#
-$CC -E -I. $T-c > $T+c || exit 1
+$CC -E -I. -x c $T-c > $T+c || exit 1
sed '/^#/d;/^[ ]*$/d' $T+c > $T
rm $T-c $T+c
set +e