diff options
author | joerg <joerg@pkgsrc.org> | 2015-03-31 15:27:06 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-03-31 15:27:06 +0000 |
commit | cdfe4e68d8d71bbf3072b6091e135f22e607986b (patch) | |
tree | d46bd726f3578a79eb4e0ae1030a42a658e0904a /emulators | |
parent | 9ebccb0496467d5965a21526431971e001f98baf (diff) | |
download | pkgsrc-cdfe4e68d8d71bbf3072b6091e135f22e607986b.tar.gz |
Help detecting X11 libraries.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/snes9x/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |