mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
22 lines
492 B
Text
22 lines
492 B
Text
|
|
$FreeBSD$
|
|
|
|
--- Makefile.in.orig
|
|
+++ Makefile.in
|
|
@@ -225,7 +225,7 @@
|
|
target_os = @target_os@
|
|
target_vendor = @target_vendor@
|
|
lib_LTLIBRARIES = libSDL_image.la
|
|
-libSDL_imageincludedir = $(includedir)/SDL
|
|
+libSDL_imageincludedir = $(includedir)/SDL11
|
|
libSDL_imageinclude_HEADERS = \
|
|
SDL_image.h
|
|
|
|
@@ -255,7 +255,6 @@
|
|
|
|
libSDL_image_la_LDFLAGS = \
|
|
-no-undefined \
|
|
- -release $(LT_RELEASE) \
|
|
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
|
|
|
|
libSDL_image_la_LIBADD = @IMG_LIBS@
|