diff options
Diffstat (limited to 'games/gl-117/Makefile')
-rw-r--r-- | games/gl-117/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gl-117/Makefile b/games/gl-117/Makefile index 7c1f5e14527e..ce06650928d6 100644 --- a/games/gl-117/Makefile +++ b/games/gl-117/Makefile @@ -20,8 +20,8 @@ USE_GL= glut USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-opengl-dir=${LOCALBASE} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} DESKTOP_ENTRIES= "GL-117" \ "Action flight simulator" \ |