adapt from mozilla-firefox: use system libm
This commit is contained in:
parent
8d5462d323
commit
77b98f37ae
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2008/07/21 19:19:06 martynas Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2008/08/23 22:07:03 martynas Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= alpha amd64 arm i386 powerpc sparc sparc64
|
||||
|
||||
@ -8,8 +8,8 @@ COMMENT-devel= devel files for Gecko
|
||||
VER= 1.8.1.16
|
||||
DISTNAME= mozilla
|
||||
PKGNAME= xulrunner-${VER}
|
||||
PKGNAME-main= xulrunner-${VER}p0
|
||||
PKGNAME-devel= xulrunner-devel-${VER}p0
|
||||
PKGNAME-main= xulrunner-${VER}p1
|
||||
PKGNAME-devel= xulrunner-devel-${VER}p1
|
||||
SO_VERSION= 2.0
|
||||
# NOTE: Must bump minor version if any shlib's are removed from the
|
||||
# components dir to avoid pkg_add -r issues.
|
||||
|
11
devel/xulrunner/patches/patch-js_Makefile_in
Normal file
11
devel/xulrunner/patches/patch-js_Makefile_in
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-js_Makefile_in,v 1.1 2008/08/23 22:07:03 martynas Exp $
|
||||
--- js/Makefile.in.orig Thu Aug 21 21:23:03 2008
|
||||
+++ js/Makefile.in Thu Aug 21 21:24:19 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
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-devel,v 1.6 2008/07/05 16:00:29 martynas Exp $
|
||||
@comment $OpenBSD: PLIST-devel,v 1.7 2008/08/23 22:07:03 martynas Exp $
|
||||
@conflict xulrunner-<1.8.0.4p0
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/xulrunner-gtkmozembed.pc
|
||||
@ -1878,7 +1878,6 @@ xulrunner/include/java/typedefs.h
|
||||
xulrunner/include/java/typedefs_md.h
|
||||
xulrunner/include/java/zip.h
|
||||
xulrunner/include/js/
|
||||
xulrunner/include/js/fdlibm.h
|
||||
xulrunner/include/js/js.msg
|
||||
xulrunner/include/js/jsapi.h
|
||||
xulrunner/include/js/jsarena.h
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.72 2008/07/25 17:41:06 martynas Exp $
|
||||
# $OpenBSD: Makefile,v 1.73 2008/08/23 22:07:03 martynas Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
ONLY_FOR_ARCHS= alpha amd64 arm i386 powerpc sparc sparc64
|
||||
@ -7,7 +7,7 @@ COMMENT= redesign of Mozilla's mail component
|
||||
|
||||
VER= 2.0.0.16
|
||||
DISTNAME= mozilla
|
||||
PKGNAME= mozilla-thunderbird-${VER}p0
|
||||
PKGNAME= mozilla-thunderbird-${VER}p1
|
||||
SO_VERSION= 13.0
|
||||
# NOTE: Must bump minor version if any shlib's are removed from the
|
||||
# components dir to avoid pkg_add -r issues. Whenever PKGNAME gets
|
||||
|
11
mail/mozilla-thunderbird/patches/patch-js_Makefile_in
Normal file
11
mail/mozilla-thunderbird/patches/patch-js_Makefile_in
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-js_Makefile_in,v 1.1 2008/08/23 22:07:03 martynas Exp $
|
||||
--- js/Makefile.in.orig Thu Aug 21 19:09:03 2008
|
||||
+++ js/Makefile.in Thu Aug 21 21:20:54 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
|
Loading…
Reference in New Issue
Block a user