pkgsrc/devel/SDL_ttf/patches/patch-aa
dsainty 48cb0d11fc 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.
2009-01-11 02:31:28 +00:00

17 lines
693 B
Text

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