Ticket #37177: mesa_svn.diff
File mesa_svn.diff, 1.5 KB (added by michaelld (Michael Dickens), 12 years ago) |
---|
-
Portfile
6 6 name mesa 7 7 epoch 1 8 8 version 8.0.4 9 revision 19 revision 2 10 10 categories x11 graphics 11 11 maintainers jeremyhu openmaintainer 12 12 license MIT … … 33 33 port:xorg-libXi \ 34 34 port:xorg-libXmu 35 35 36 patchfiles 0001-darwin-do-not-create-double-buffered-offscreen-pixel.patch 36 patchfiles \ 37 patch-src-mapi-vgapi-Makefile.diff \ 38 0001-darwin-do-not-create-double-buffered-offscreen-pixel.patch 37 39 patch.pre_args -p1 38 40 39 41 use_configure no -
files/patch-src-mapi-vgapi-Makefile.diff
1 --- a/src/mapi/vgapi/Makefile 2012-11-30 12:06:24.000000000 -0500 2 +++ b/src/mapi/vgapi/Makefile 2012-11-30 12:06:52.000000000 -0500 3 @@ -75,6 +75,8 @@ 4 install-headers: 5 $(INSTALL) -d $(DESTDIR)$(INSTALL_INC_DIR)/VG 6 $(INSTALL) -m 644 $(TOP)/include/VG/*.h $(DESTDIR)$(INSTALL_INC_DIR)/VG 7 + $(INSTALL) -d $(DESTDIR)$(INSTALL_INC_DIR)/KHR 8 + $(INSTALL) -m 644 $(TOP)/include/KHR/*.h $(DESTDIR)$(INSTALL_INC_DIR)/KHR 9 10 install: default install-headers install-pc 11 $(INSTALL) -d $(DESTDIR)$(INSTALL_LIB_DIR)