mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
23 lines
517 B
Plaintext
23 lines
517 B
Plaintext
|
|
$FreeBSD$
|
|
|
|
--- Makefile.in.orig
|
|
+++ Makefile.in
|
|
@@ -254,7 +254,7 @@
|
|
lib_LTLIBRARIES = libSDL_mixer.la
|
|
SUBDIRS = @MUSIC_SUBDIRS@
|
|
DIST_SUBDIRS = mikmod timidity native_midi native_midi_gpl
|
|
-libSDL_mixerincludedir = $(includedir)/SDL
|
|
+libSDL_mixerincludedir = $(includedir)/SDL11
|
|
libSDL_mixerinclude_HEADERS = \
|
|
SDL_mixer.h
|
|
|
|
@@ -297,7 +297,6 @@
|
|
|
|
libSDL_mixer_la_LDFLAGS = \
|
|
-no-undefined \
|
|
- -release $(LT_RELEASE) \
|
|
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
|
|
-export-symbols-regex Mix_.*
|
|
|