]> git.pld-linux.org Git - packages/d2x-xl.git/blame - d2x-xl-link.patch
- link with libstdc++
[packages/d2x-xl.git] / d2x-xl-link.patch
CommitLineData
89ce7d3c 1--- d2x-xl-1.15.74/configure.ac~ 2010-06-12 22:44:43.188181447 +0200
2+++ d2x-xl-1.15.74/configure.ac 2010-06-12 22:55:04.544373399 +0200
3@@ -200,7 +200,7 @@
4 )
5 CFLAGS="$SDL_CFLAGS $CFLAGS"
6 CXXFLAGS="$SDL_CFLAGS $CXXFLAGS"
7- LIBS="$SDL_LIBS $LIBS"
8+ LIBS="$SDL_LIBS $LIBS -lstdc++"
9
10 TARGETS=d2x-xl
11
This page took 0.057292 seconds and 4 git commands to generate.