From 4875558bc8bddf8faeb70e879765dba5a02d9552 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Mon, 11 Nov 2013 17:47:30 +0100 Subject: graphics/dblatex: Updated for version 0.3.4. Signed-off-by: Heinz Wiesinger --- graphics/dblatex/dblatex-0.3.4-build-fix.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 graphics/dblatex/dblatex-0.3.4-build-fix.patch (limited to 'graphics/dblatex/dblatex-0.3.4-build-fix.patch') diff --git a/graphics/dblatex/dblatex-0.3.4-build-fix.patch b/graphics/dblatex/dblatex-0.3.4-build-fix.patch new file mode 100644 index 0000000000000..c9424d08bf8aa --- /dev/null +++ b/graphics/dblatex/dblatex-0.3.4-build-fix.patch @@ -0,0 +1,14 @@ +--- setup.py.old 2012-11-08 20:33:26.224458028 +0100 ++++ setup.py 2012-11-08 20:33:41.656633881 +0100 +@@ -365,10 +365,7 @@ class Install(install): + raise OSError("not found: %s" % ", ".join(mis_stys)) + + def run(self): +- if self.install_layout == "deb": +- db = DebianInstaller(self) +- else: +- db = None ++ db = None + + if not(db) and not(self.nodeps): + try: -- cgit v1.2.3