# HG changeset patch # User Doug Simon # Date 1440688028 -7200 # Node ID eabccfdb7e7479b3021c5d219f3f30ff51e31efc # Parent a69a8d96ee6ede392b569ed6e5dd4a82dfb199a0 removed leftover Sumatra related code diff -r a69a8d96ee6e -r eabccfdb7e74 make/bsd/makefiles/vm.make --- a/make/bsd/makefiles/vm.make Thu Aug 27 12:19:43 2015 +0200 +++ b/make/bsd/makefiles/vm.make Thu Aug 27 17:07:08 2015 +0200 @@ -134,10 +134,6 @@ LIBS += -pthread endif -ifeq ($(OS_VENDOR),Darwin) - LIBS += -framework ApplicationServices -framework IOKit -endif - # By default, link the *.o into the library, not the executable. LINK_INTO$(LINK_INTO) = LIBJVM