summaryrefslogtreecommitdiff
path: root/www/seamonkey2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-13 20:57:49 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-13 20:57:49 +0000
commit9a40180498d29048c1620e6e34041af3c1e60a95 (patch)
tree1e830dfaf9d04ea2f9a984643fd4abf4cc68e374 /www/seamonkey2
parentUnperlify -- my part of the PR (diff)
Fix calendar build.
Tested by: Larry Rosenman <ler@lerctr.org> Not tested by: me
Notes
Notes: svn path=/head/; revision=75477
Diffstat (limited to 'www/seamonkey2')
-rw-r--r--www/seamonkey2/files/patch-other-licenses_libical_src_libical_Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/seamonkey2/files/patch-other-licenses_libical_src_libical_Makefile.in b/www/seamonkey2/files/patch-other-licenses_libical_src_libical_Makefile.in
new file mode 100644
index 000000000000..f7b62d4df6a2
--- /dev/null
+++ b/www/seamonkey2/files/patch-other-licenses_libical_src_libical_Makefile.in
@@ -0,0 +1,11 @@
+--- 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
+