openbsd-ports/www/minimo/patches/patch-js_Makefile_in
martynas a1972aa1a5 - use system libm
- update LIB_DEPENDS, to include nssutil3
- change HOMEPAGE to a working one (www-archive.mozilla.org)
- bump package name
2008-08-23 22:12:21 +00:00

12 lines
339 B
Plaintext

$OpenBSD: patch-js_Makefile_in,v 1.1 2008/08/23 22:12:21 martynas Exp $
--- js/Makefile.in.orig Thu Aug 21 19:11:34 2008
+++ js/Makefile.in Thu Aug 21 19:35:32 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