openbsd-ports/x11/gigolo/patches/patch-wscript

16 lines
359 B
Plaintext
Raw Normal View History

$OpenBSD: patch-wscript,v 1.3 2010/09/30 12:13:35 jasper Exp $
Fix build with new waf.
--- wscript.orig Thu Sep 30 13:15:52 2010
+++ wscript Thu Sep 30 13:16:15 2010
@@ -21,7 +21,7 @@
from TaskGen import taskgen, feature
-import Build, Configure, Options, Utils, UnitTest
+import Build, Configure, Options, Utils, unittestw
import sys, os, shutil