logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

glew-2.0.0-install-headers.patch (457B)


  1. --- glew-2.0.0/Makefile
  2. +++ glew-2.0.0/Makefile
  3. @@ -226,9 +226,7 @@
  4. install.include:
  5. $(INSTALL) -d -m 0755 "$(DESTDIR)$(INCDIR)"
  6. - $(INSTALL) -m 0644 include/GL/wglew.h "$(DESTDIR)$(INCDIR)/"
  7. - $(INSTALL) -m 0644 include/GL/glew.h "$(DESTDIR)$(INCDIR)/"
  8. - $(INSTALL) -m 0644 include/GL/glxew.h "$(DESTDIR)$(INCDIR)/"
  9. + $(INSTALL) -m 0644 include/GL/*.h "$(DESTDIR)$(INCDIR)/"
  10. install.pkgconfig: glew.pc
  11. $(INSTALL) -d -m 0755 "$(DESTDIR)$(PKGDIR)"