mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 05:30:31 -04:00
22 lines
468 B
Text
22 lines
468 B
Text
|
|
$FreeBSD$
|
|
|
|
--- Makefile.in.orig
|
|
+++ Makefile.in
|
|
@@ -225,7 +225,7 @@
|
|
target_os = @target_os@
|
|
target_vendor = @target_vendor@
|
|
lib_LTLIBRARIES = libSDL_ttf.la
|
|
-libSDL_ttfincludedir = $(includedir)/SDL
|
|
+libSDL_ttfincludedir = $(includedir)/SDL11
|
|
libSDL_ttfinclude_HEADERS = \
|
|
SDL_ttf.h
|
|
|
|
@@ -243,7 +243,6 @@
|
|
|
|
libSDL_ttf_la_LDFLAGS = \
|
|
-no-undefined \
|
|
- -release $(LT_RELEASE) \
|
|
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
|
|
|
|
libSDL_ttf_la_LIBADD =
|