openbsd-ports/x11/gigolo/patches/patch-wscript
jasper b0abf84a94 - update gigolo to 0.4.1
- add patch to make it build with the latest waf

ok landry@
2010-09-30 12:13:35 +00:00

16 lines
359 B
Plaintext

$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