diff --git a/www/mozilla-firefox/Makefile b/www/mozilla-firefox/Makefile index dd621b38441..b82a7b27b4d 100644 --- a/www/mozilla-firefox/Makefile +++ b/www/mozilla-firefox/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.100 2008/07/26 16:23:32 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.101 2008/08/19 23:53:45 martynas Exp $ SHARED_ONLY= Yes ONLY_FOR_ARCHS= alpha amd64 arm i386 powerpc sparc sparc64 @@ -7,7 +7,7 @@ COMMENT= redesign of Mozilla's browser component VER= 2.0.0.16 DISTNAME= mozilla -PKGNAME= mozilla-firefox-${VER}p3 +PKGNAME= mozilla-firefox-${VER}p4 SO_VERSION= 19.0 # NOTE: Must bump minor version if any shlib's are removed from the # components dir to avoid pkg_add -r issues. diff --git a/www/mozilla-firefox/patches/patch-js_Makefile_in b/www/mozilla-firefox/patches/patch-js_Makefile_in new file mode 100644 index 00000000000..7c0fd55788f --- /dev/null +++ b/www/mozilla-firefox/patches/patch-js_Makefile_in @@ -0,0 +1,11 @@ +$OpenBSD: patch-js_Makefile_in,v 1.1 2008/08/19 23:53:45 martynas Exp $ +--- js/Makefile.in.orig Wed Aug 20 01:24:26 2008 ++++ js/Makefile.in Wed Aug 20 01:29:00 2008 +@@ -61,6 +61,6 @@ include $(DEPTH)/config/autoconf.mk + # See top-level makefile for details + # + +-DIRS = src/fdlibm src ++DIRS = src + + include $(topsrcdir)/config/rules.mk