summaryrefslogtreecommitdiff
path: root/devel/blib/patches
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-12-27 22:37:44 +0000
committersalo <salo@pkgsrc.org>2003-12-27 22:37:44 +0000
commit22c1dc9e654ac2e9a423a8b72ce5319421923445 (patch)
tree3cc45fead873476d208af6e7b604f4bcc73e5ac7 /devel/blib/patches
parent601a5ebbd25717f53857b79a843c83bb740a4e4e (diff)
downloadpkgsrc-22c1dc9e654ac2e9a423a8b72ce5319421923445.tar.gz
Initial import of blib-1.0.2: Blinkenlights library
blib library contains code that you will find useful if you want to create any kind of software related to Blinkenlights. There is a code to read and write the old-style BLM movie format as well as code to handle GIF files and the new Blinkenlights Markup Language. Both sides of the Blinkenlights network protocol are implemented so that you don't have to care about the details. Greetings from 20c3, 20th Chaos Communication Congress in Berlin, where the real Blinkenlights are running at this very moment on the Haus des Lehrers, next to the congress building ;) (http://www.blinkenlights.de/).
Diffstat (limited to 'devel/blib/patches')
-rw-r--r--devel/blib/patches/patch-aa12
-rw-r--r--devel/blib/patches/patch-ab13
2 files changed, 25 insertions, 0 deletions
diff --git a/devel/blib/patches/patch-aa b/devel/blib/patches/patch-aa
new file mode 100644
index 00000000000..459435a48e6
--- /dev/null
+++ b/devel/blib/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/12/27 22:37:44 salo Exp $
+
+--- docs/reference/Makefile.in.orig 2003-12-25 19:19:33.000000000 +0100
++++ docs/reference/Makefile.in 2003-12-27 16:32:23.000000000 +0100
+@@ -438,6 +438,7 @@
+ uninstall-info-am
+
+
++@ENABLE_GTK_DOC_FALSE@all-local:
+ @ENABLE_GTK_DOC_TRUE@all-local: html-build.stamp
+
+ #### scan ####
diff --git a/devel/blib/patches/patch-ab b/devel/blib/patches/patch-ab
new file mode 100644
index 00000000000..751f985420e
--- /dev/null
+++ b/devel/blib/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2003/12/27 22:37:44 salo Exp $
+
+--- modules/Makefile.in.orig 2003-12-25 19:19:34.000000000 +0100
++++ modules/Makefile.in 2003-12-27 17:13:55.000000000 +0100
+@@ -107,7 +107,7 @@
+ LDFLAGS = @LDFLAGS@
+ LIBOBJS = @LIBOBJS@
+ LIBS = @LIBS@
+-LIBTOOL = @LIBTOOL@
++LIBTOOL = $(srcdir)/libtool
+ LN_S = @LN_S@
+ LTLIBOBJS = @LTLIBOBJS@
+ LT_AGE = @LT_AGE@