changeset 22472:eabccfdb7e74

removed leftover Sumatra related code
author Doug Simon <doug.simon@oracle.com>
date Thu, 27 Aug 2015 17:07:08 +0200
parents a69a8d96ee6e
children 0f0645e8e047
files make/bsd/makefiles/vm.make
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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