aboutsummaryrefslogtreecommitdiff
path: root/graphics/sdl_ttf
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-03-25 14:32:09 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-03-25 14:32:09 +0000
commit077b866beda3f9c95fa5de426b9f51ee120a2b0e (patch)
tree6a330a8b26b3ee9cc3c1e6057d734ccf19688990 /graphics/sdl_ttf
parent793ff99596bcb1c69d95deb7ae712a8c71600280 (diff)
downloadports-077b866beda3f9c95fa5de426b9f51ee120a2b0e.tar.gz
ports-077b866beda3f9c95fa5de426b9f51ee120a2b0e.zip
Notes
Diffstat (limited to 'graphics/sdl_ttf')
-rw-r--r--graphics/sdl_ttf/files/patch-bug140114
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/sdl_ttf/files/patch-bug1401 b/graphics/sdl_ttf/files/patch-bug1401
new file mode 100644
index 000000000000..b59dad1dea78
--- /dev/null
+++ b/graphics/sdl_ttf/files/patch-bug1401
@@ -0,0 +1,14 @@
+https://bugzilla.libsdl.org/show_bug.cgi?id=1401
+https://hg.libsdl.org/SDL_ttf/rev/e826b2504c66
+
+--- Makefile.in.orig 2012-01-15 04:44:08 UTC
++++ Makefile.in
+@@ -68,7 +68,7 @@ am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(p
+ "$(DESTDIR)$(libSDL_ttfincludedir)"
+ libLTLIBRARIES_INSTALL = $(INSTALL)
+ LTLIBRARIES = $(lib_LTLIBRARIES)
+-libSDL_ttf_la_LIBADD =
++libSDL_ttf_la_LIBADD = @MATHLIB@
+ am_libSDL_ttf_la_OBJECTS = SDL_ttf.lo
+ libSDL_ttf_la_OBJECTS = $(am_libSDL_ttf_la_OBJECTS)
+ libSDL_ttf_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \