diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-13 20:57:49 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-13 20:57:49 +0000 |
commit | 9a40180498d29048c1620e6e34041af3c1e60a95 (patch) | |
tree | 1e830dfaf9d04ea2f9a984643fd4abf4cc68e374 | |
parent | Unperlify -- 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 '')
3 files changed, 33 insertions, 0 deletions
diff --git a/www/mozilla-devel/files/patch-other-licenses_libical_src_libical_Makefile.in b/www/mozilla-devel/files/patch-other-licenses_libical_src_libical_Makefile.in new file mode 100644 index 000000000000..f7b62d4df6a2 --- /dev/null +++ b/www/mozilla-devel/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 + diff --git a/www/seamonkey/files/patch-other-licenses_libical_src_libical_Makefile.in b/www/seamonkey/files/patch-other-licenses_libical_src_libical_Makefile.in new file mode 100644 index 000000000000..f7b62d4df6a2 --- /dev/null +++ b/www/seamonkey/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 + 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 + |