Don't know why these weren't part of the first commit.

Part of the birdfont-0.46 diff ok'd by aja@
This commit is contained in:
bcallah 2014-08-17 12:08:50 +00:00
parent 13a96de289
commit bc4ef73072
3 changed files with 12 additions and 12 deletions

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure,v 1.3 2014/03/26 12:57:18 jasper Exp $
--- configure.orig Sat Mar 22 16:52:01 2014
+++ configure Wed Mar 26 10:36:29 2014
@@ -92,7 +92,7 @@ parser.add_option("-c", "--cc", dest="cc", help="C com
$OpenBSD: patch-configure,v 1.4 2014/08/17 12:08:50 bcallah Exp $
--- configure.orig Fri Aug 15 11:04:53 2014
+++ configure Sun Aug 17 08:05:27 2014
@@ -103,7 +103,7 @@ parser.add_option("-g", "--gtk", dest="gtk", help="Bui
(options, args) = parser.parse_args()
if not options.prefix:

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-dodo_py,v 1.3 2014/03/26 12:57:18 jasper Exp $
$OpenBSD: patch-dodo_py,v 1.4 2014/08/17 12:08:50 bcallah Exp $
glib-2.0.vapi:967.53-967.68: error: Access to instance member `length' from nullable reference denied
--- dodo.py.orig Sat Mar 22 16:52:01 2014
+++ dodo.py Wed Mar 26 10:36:57 2014
@@ -74,12 +74,11 @@ def task_pkg_flags():
--- dodo.py.orig Fri Aug 15 11:04:53 2014
+++ dodo.py Sun Aug 17 08:05:27 2014
@@ -76,12 +76,11 @@ def task_pkg_flags():
valac_options = [

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-install_py,v 1.2 2014/03/26 12:57:18 jasper Exp $
--- install.py.orig Sat Mar 22 16:52:02 2014
+++ install.py Wed Mar 26 10:37:26 2014
@@ -112,10 +112,8 @@ if os.path.isfile ('build/bin/libbirdfont.so.' + versi
$OpenBSD: patch-install_py,v 1.3 2014/08/17 12:08:50 bcallah Exp $
--- install.py.orig Fri Aug 15 11:04:53 2014
+++ install.py Sun Aug 17 08:05:27 2014
@@ -113,10 +113,8 @@ if os.path.isfile ('build/bin/libbirdfont.so.' + versi
install ('build/bin/libbirdfont.so.' + version.SO_VERSION, libdir, 644)
link (libdir, 'libbirdfont.so.' + version.SO_VERSION, ' libbirdfont.so.' + version.SO_VERSION_MAJOR)
link (libdir, 'libbirdfont.so.' + version.SO_VERSION, ' libbirdfont.so')