From e2a9df5d0d8df0474dfcd3f1ad083b649f34edbb Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 31 Mar 2015 15:27:06 +0000 Subject: Help detecting X11 libraries. --- emulators/snes9x/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'emulators') diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile index 7aa3131dab7..e79fc4a5ab9 100644 --- a/emulators/snes9x/Makefile +++ b/emulators/snes9x/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2015/01/01 10:03:57 dholland Exp $ +# $NetBSD: Makefile,v 1.53 2015/03/31 15:27:06 joerg Exp $ SNESVER= 1.43 DISTNAME= snes9x-${SNESVER}-src @@ -21,6 +21,8 @@ PTHREAD_OPTS+= require INSTALLATION_DIRS= bin GNU_CONFIGURE= YES +CONFIGURE_ARGS+= --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include + SUBST_CLASSES+= nodos SUBST_STAGE.nodos= pre-patch SUBST_FILES.nodos= ../language.h -- cgit v1.2.3