Files
main/game/simulation/opencity/files/opencity-as-needed.patch
Erkan IŞIK 957b671ab9 new game
simgear
flightgear
opencity
2025-10-13 00:32:09 +03:00

12 lines
375 B
Diff

--- opencity-0.0.6.2stable/configure.ac~ 2009-10-22 21:00:46.000000000 +0200
+++ opencity-0.0.6.2stable/configure.ac 2009-11-18 18:20:24.000000000 +0100
@@ -48,7 +48,7 @@
dnl Set CXXFLAGS to disable -g -O2 and support the SDL libraries check
CXXFLAGS="$SDL_CFLAGS"
-LDFLAGS="$LDFLAGS $SDL_LIBS"
+LIBS="$LIBS $SDL_LIBS -lSDL_mixer -lpng"
AC_PROG_CXX
AC_LANG_CPLUSPLUS