diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-29 15:52:33 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-29 15:52:33 +0000 |
commit | a84b969574391073c91950faaa8f61563f822431 (patch) | |
tree | 4459bcc9d228917fb2b66b073f164f36d2ea86c8 /multimedia | |
parent | 42b4c499161ca95af8b48c28ae3b7d6e2845e084 (diff) | |
download | pkgsrc-a84b969574391073c91950faaa8f61563f822431.tar.gz |
Fix build with Xorg from pkgsrc. Slightly different from the suggested
patch from abs@ on pkgsrc-users.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gmplayer/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/gmplayer/Makefile b/multimedia/gmplayer/Makefile index 46697babefd..ca4c919d806 100644 --- a/multimedia/gmplayer/Makefile +++ b/multimedia/gmplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2006/10/31 22:33:28 wiz Exp $ +# $NetBSD: Makefile,v 1.56 2006/11/29 15:52:33 joerg Exp $ # # NOTE: if you are updating both mplayer and gmplayer, you must ensure @@ -57,7 +57,8 @@ DIST_SUBDIR= ${PKGNAME_NOREV}-20060123 USE_TOOLS+= gtar pkg-config CONFIGURE_ARGS+= --enable-gui --disable-mencoder \ - --confdir=${PREFIX}/share/mplayer + --confdir=${PREFIX}/share/mplayer \ + --with-extraincdir=${X11BASE}/include INSTALLATION_DIRS= bin |