freebsd-ports/www/seamonkey/files/patch-other-licenses_libical_src_libical_Makefile.in
Joe Marcus Clarke 9a40180498 Fix calendar build.
Tested by:	Larry Rosenman <ler@lerctr.org>
Not tested by:	me
2003-02-13 20:57:49 +00:00

11 lines
476 B
Text

--- other-licenses/libical/src/libical/Makefile.in.orig Thu Feb 13 15:50:58 2003
+++ other-licenses/libical/src/libical/Makefile.in Thu Feb 13 15:51:07 2003
@@ -179,7 +179,7 @@
$(PERL) $(ICALSCRIPTS)/mkrestrictiontable.pl -i $(srcdir)/icalrestriction.c.in \
$(DESIGNDATA)/restrictions.csv > icalrestriction.c
-ifneq (,$(filter BeOS Darwin OpenVMS,$(OS_ARCH)))
+ifneq (,$(filter BeOS Darwin OpenVMS FreeBSD,$(OS_ARCH)))
DEFINES += -D__USE_BSD=1
endif