use system libm. was ok naddy@, kurt@

This commit is contained in:
martynas 2008-08-19 23:53:45 +00:00
parent 6064d67b89
commit 96836d3bb7
2 changed files with 13 additions and 2 deletions

View File

@ -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.

View File

@ -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