blob: 6ede2a5035035ebaddec12d5274f765a1bb49db4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$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_.*
|