2e5d9b5137
xulrunners. this was necessary for smooth migration, since we want plugins work for mozilla 1.8 branch too (seamonkey, thunderbird); they are upwards-compatible if built against 1.8. however, some new applications started to depend on 1.9, and also other (non-plugin) apps will start to migrate so that the old xulrunner can go away requested by many; bulk build & pkgpath & bump done by sthen@
12 lines
343 B
Plaintext
12 lines
343 B
Plaintext
$OpenBSD: patch-js_Makefile_in,v 1.1.1.1 2009/07/27 21:36:01 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
|