diff options
Diffstat (limited to 'games/crrcsim/Makefile')
-rw-r--r-- | games/crrcsim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/crrcsim/Makefile b/games/crrcsim/Makefile index 53efac00e12d..7974604a9f49 100644 --- a/games/crrcsim/Makefile +++ b/games/crrcsim/Makefile @@ -23,8 +23,8 @@ USE_SDL= sdl USE_GL= gl glu MAKE_JOBS_SAFE= yes -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib/portaudio2 -L${LOCALBASE}/lib"\ - CPPFLAGS="-I${LOCALBASE}/include/portaudio2 -I${LOCALBASE}/include" +CPPFLAGS+= -I${LOCALBASE}/include/portaudio2 -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib/portaudio2 -L${LOCALBASE}/lib PORTDOCS= * |