From e329d99fe5fa97060d725d69e60280f96452186d Mon Sep 17 00:00:00 2001 From: dcoppa Date: Tue, 19 Apr 2011 04:58:01 +0000 Subject: [PATCH] Remove useless patch. ok jasper@ --- net/synergy/patches/patch-build_toolchain_py | 21 -------------------- 1 file changed, 21 deletions(-) delete mode 100644 net/synergy/patches/patch-build_toolchain_py diff --git a/net/synergy/patches/patch-build_toolchain_py b/net/synergy/patches/patch-build_toolchain_py deleted file mode 100644 index 837aa46041f..00000000000 --- a/net/synergy/patches/patch-build_toolchain_py +++ /dev/null @@ -1,21 +0,0 @@ -$OpenBSD: patch-build_toolchain_py,v 1.1 2011/04/18 18:37:48 jasper Exp $ ---- build/toolchain.py.orig Mon Apr 18 15:02:33 2011 -+++ build/toolchain.py Mon Apr 18 15:03:21 2011 -@@ -352,7 +352,7 @@ class InternalCommands: - def make_gui(self, targets): - if sys.platform == 'win32': - gui_make_cmd = self.w32_make_cmd -- elif sys.platform in ['linux2', 'sunos5', 'freebsd7']: -+ elif sys.platform in ['linux2', 'sunos5', 'freebsd7', 'openbsd4']: - gui_make_cmd = self.make_cmd - elif sys.platform == 'darwin': - gui_make_cmd = self.xcodebuild_cmd -@@ -794,7 +794,7 @@ class InternalCommands: - def get_generators(self): - if sys.platform == 'win32': - return self.win32_generators -- elif sys.platform in ['linux2', 'sunos5', 'freebsd7']: -+ elif sys.platform in ['linux2', 'sunos5', 'freebsd7', 'openbsd4']: - return self.unix_generators - elif sys.platform == 'darwin': - return self.darwin_generators