summaryrefslogtreecommitdiff
path: root/devel/SDL_ttf
diff options
context:
space:
mode:
authordsainty <dsainty>2009-01-11 02:31:28 +0000
committerdsainty <dsainty>2009-01-11 02:31:28 +0000
commit2423f77694cf0ff3eb5c054c00495ff778a4acfb (patch)
tree70947174e8dca8ffc06435a7abcffaea30c86a99 /devel/SDL_ttf
parent7434ee1454f1347e25fbc541fee9b9fdf2bda8b2 (diff)
downloadpkgsrc-2423f77694cf0ff3eb5c054c00495ff778a4acfb.tar.gz
We don't install the example programs so we can avoid building them. showfont
may otherwise fail to build with link time errors if include/SDL/SDL_config.h defines HAVE_ICONV. Should make no difference to installed package (if the build succeed), so no need to bump revision.
Diffstat (limited to 'devel/SDL_ttf')
-rw-r--r--devel/SDL_ttf/distinfo3
-rw-r--r--devel/SDL_ttf/patches/patch-aa17
2 files changed, 19 insertions, 1 deletions
diff --git a/devel/SDL_ttf/distinfo b/devel/SDL_ttf/distinfo
index e1445e10489..23d021f44ac 100644
--- a/devel/SDL_ttf/distinfo
+++ b/devel/SDL_ttf/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.7 2007/07/26 00:08:40 wiz Exp $
+$NetBSD: distinfo,v 1.8 2009/01/11 02:31:28 dsainty Exp $
SHA1 (SDL_ttf-2.0.9.tar.gz) = 6bc3618b08ddbbf565fe8f63f624782c15e1cef2
RMD160 (SDL_ttf-2.0.9.tar.gz) = 4e0b0f727f73b5d8a579e3e615ab4f50ec992b82
Size (SDL_ttf-2.0.9.tar.gz) = 3143838 bytes
+SHA1 (patch-aa) = dd9cd7608b8f0c4454ecb996e96028f30a849ff8
diff --git a/devel/SDL_ttf/patches/patch-aa b/devel/SDL_ttf/patches/patch-aa
new file mode 100644
index 00000000000..34440bb27da
--- /dev/null
+++ b/devel/SDL_ttf/patches/patch-aa
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.5 2009/01/11 02:31:28 dsainty Exp $
+
+We don't install the example programs so we can avoid building them. showfont
+may otherwise fail to build with link time errors if include/SDL/SDL_config.h
+defines HAVE_ICONV.
+
+--- Makefile.in.orig 2007-07-22 04:38:38.000000000 +1200
++++ Makefile.in 2009-01-11 13:59:03.525361095 +1300
+@@ -42,7 +42,7 @@
+ POST_UNINSTALL = :
+ build_triplet = @build@
+ host_triplet = @host@
+-noinst_PROGRAMS = showfont$(EXEEXT) glfont$(EXEEXT)
++noinst_PROGRAMS = # showfont$(EXEEXT) glfont$(EXEEXT)
+ DIST_COMMON = README $(am__configure_deps) \
+ $(libSDL_ttfinclude_HEADERS) $(srcdir)/Makefile.am \
+ $(srcdir)/Makefile.in $(srcdir)/SDL_ttf.spec.in \