summaryrefslogtreecommitdiffstats
path: root/emulators/zsnes/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/zsnes/Makefile')
-rw-r--r--emulators/zsnes/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/zsnes/Makefile b/emulators/zsnes/Makefile
index e513702..a617f59 100644
--- a/emulators/zsnes/Makefile
+++ b/emulators/zsnes/Makefile
@@ -68,9 +68,9 @@ CONFIGURE_ARGS+=--without-x
PKGNAMESUFFIX= -nox11
.else
CONFIGURE_ARGS+=--with-x
-CFLAGS+= -I${X11BASE}/include
-CPPFLAGS+= -I${X11BASE}/include
-LDFLAGS+= -L${X11BASE}/lib
+CFLAGS+= -I${LOCALBASE}/include
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
.endif
.if defined(WITH_OPENGL)
OpenPOWER on IntegriCloud