]> git.pld-linux.org Git - packages/guichan.git/blob - link.patch
- cleanup linking issues
[packages/guichan.git] / link.patch
1 --- guichan-0.8.2/src/sdl/Makefile.am.orig      2009-09-03 22:35:02.000000000 +0200
2 +++ guichan-0.8.2/src/sdl/Makefile.am   2015-06-14 19:55:26.245067135 +0200
3 @@ -6,6 +6,8 @@
4  
5  libguichan_sdl_la_LDFLAGS = -no-undefined -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
6  
7 +libguichan_sdl_la_LIBADD = -lSDL -lSDL_image
8 +
9  libguichan_sdl_la_SOURCES =    \
10         sdl.cpp                 \
11         sdlgraphics.cpp         \
12 --- guichan-0.8.2/src/opengl/Makefile.am.orig   2015-06-14 19:55:58.650327720 +0200
13 +++ guichan-0.8.2/src/opengl/Makefile.am        2015-06-14 19:57:17.981358433 +0200
14 @@ -4,6 +4,8 @@
15  
16  libguichan_opengl_la_LDFLAGS = -no-undefined -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) 
17  
18 +libguichan_opengl_la_LIBADD = -lGL
19 +
20  libguichan_opengl_la_SOURCES = \
21         opengl.cpp              \
22         openglimage.cpp         \
23 --- guichan-0.8.2/src/allegro/Makefile.am~      2009-09-03 22:35:02.000000000 +0200
24 +++ guichan-0.8.2/src/allegro/Makefile.am       2015-06-14 20:09:44.940816861 +0200
25 @@ -4,6 +4,8 @@
26  
27  libguichan_allegro_la_LDFLAGS = -no-undefined -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
28  
29 +libguichan_allegro_la_LIBADD = -lalleg
30 +
31  libguichan_allegro_la_SOURCES =                \
32                 allegro.cpp             \
33                 allegrofont.cpp         \
This page took 0.109928 seconds and 4 git commands to generate.