Commit c720f8b9 authored by colin%theblakes.com's avatar colin%theblakes.com
Browse files

Make it build on OpenVMS. b=188076. r=cls

parent c34b5388
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -175,7 +175,7 @@ icalrestriction.c: $(RESTRICTIONDEPS) Makefile
	$(PERL) $(ICALSCRIPTS)/mkrestrictiontable.pl  -i $(srcdir)/icalrestriction.c.in \
                $(DESIGNDATA)/restrictions.csv > icalrestriction.c

ifneq (,$(filter BeOS Darwin,$(OS_ARCH)))
ifneq (,$(filter BeOS Darwin OpenVMS,$(OS_ARCH)))
DEFINES	+= -D__USE_BSD=1
endif