diff options
Diffstat (limited to 'emulators/stella/Makefile')
-rw-r--r-- | emulators/stella/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/stella/Makefile b/emulators/stella/Makefile index 3efb6862f86e..09aa0aa61a1d 100644 --- a/emulators/stella/Makefile +++ b/emulators/stella/Makefile @@ -24,8 +24,8 @@ USE_GMAKE= yes HAS_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include -LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e \ |