diff options
Diffstat (limited to 'games/gcompris/Makefile')
-rw-r--r-- | games/gcompris/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile index 9ece92328569..dfa99d95675f 100644 --- a/games/gcompris/Makefile +++ b/games/gcompris/Makefile @@ -32,7 +32,7 @@ GNU_CONFIGURE= yes USE_PYTHON= yes USE_SDL= mixer USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui pygnome2 -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ LIBS="${PTHREAD_LIBS} -lm" |