Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 169477 | Differences between
and this patch

Collapse All | Expand All

(-)SDL-1.2.11.orig/sdl-config.in (-1 / +1 lines)
Lines 47-57 Link Here
47
@ENABLE_SHARED_TRUE@      if test x"${prefix}" != x"/usr" ; then
47
@ENABLE_SHARED_TRUE@      if test x"${prefix}" != x"/usr" ; then
48
@ENABLE_SHARED_TRUE@          libdirs="-L@libdir@"
48
@ENABLE_SHARED_TRUE@          libdirs="-L@libdir@"
49
@ENABLE_SHARED_TRUE@      else
49
@ENABLE_SHARED_TRUE@      else
50
@ENABLE_SHARED_TRUE@          libdirs=""
50
@ENABLE_SHARED_TRUE@          libdirs=""
51
@ENABLE_SHARED_TRUE@      fi
51
@ENABLE_SHARED_TRUE@      fi
52
@ENABLE_SHARED_TRUE@      echo $libdirs @SDL_RLD_FLAGS@ @SDL_LIBS@
52
@ENABLE_SHARED_TRUE@      echo $libdirs @SDL_RLD_FLAGS@ -lSDL
53
@ENABLE_SHARED_TRUE@      ;;
53
@ENABLE_SHARED_TRUE@      ;;
54
@ENABLE_STATIC_TRUE@@ENABLE_SHARED_TRUE@    --static-libs)
54
@ENABLE_STATIC_TRUE@@ENABLE_SHARED_TRUE@    --static-libs)
55
@ENABLE_STATIC_TRUE@@ENABLE_SHARED_FALSE@    --libs|--static-libs)
55
@ENABLE_STATIC_TRUE@@ENABLE_SHARED_FALSE@    --libs|--static-libs)
56
@ENABLE_STATIC_TRUE@      echo -L@libdir@ @SDL_RLD_FLAGS@ @SDL_STATIC_LIBS@
56
@ENABLE_STATIC_TRUE@      echo -L@libdir@ @SDL_RLD_FLAGS@ @SDL_STATIC_LIBS@
57
@ENABLE_STATIC_TRUE@      ;;
57
@ENABLE_STATIC_TRUE@      ;;
(-)SDL-1.2.11.orig/sdl.pc.in (-1 / +1 lines)
Lines 8-14 Link Here
8
Name: sdl
8
Name: sdl
9
Description: Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer.
9
Description: Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer.
10
Version: @SDL_VERSION@
10
Version: @SDL_VERSION@
11
Requires:
11
Requires:
12
Conflicts:
12
Conflicts:
13
Libs: -L${libdir} @SDL_RLD_FLAGS@ @SDL_LIBS@
13
Libs: -L${libdir} @SDL_RLD_FLAGS@ -lSDL
14
Cflags: -I${includedir}/SDL @SDL_CFLAGS@
14
Cflags: -I${includedir}/SDL @SDL_CFLAGS@

Return to bug 169477