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.
This commit is contained in:
dsainty 2009-01-11 02:31:28 +00:00
parent a593302fa8
commit 48cb0d11fc
2 changed files with 19 additions and 1 deletions

View file

@ -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

View file

@ -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 \