diff options
Diffstat (limited to 'graphics/mesa-demos/Makefile')
-rw-r--r-- | graphics/mesa-demos/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/mesa-demos/Makefile b/graphics/mesa-demos/Makefile index 861d75504a71..ecb98c811692 100644 --- a/graphics/mesa-demos/Makefile +++ b/graphics/mesa-demos/Makefile @@ -21,6 +21,10 @@ DATADIR= ${PREFIX}/share/${PKGNAMEPREFIX}${PORTNAME} OPTIONS= NVIDIA_GL "Use NVIDIA's libraries" off +EXTRA_PATCHES+= ${FILESDIR}/patch-progs-xdemos-glxpixmap.c \ + ${FILESDIR}/patch-progs-xdemos-yuvrect_client.c + + do-install: @for i in demos xdemos; do \ cd ${WRKSRC}/progs/$$i; \ |