Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 155814 Details for
Bug 229419
Review Request: glew - The OpenGL Extension Wrangler Library
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to make Makefile use DESTDIR
glew-1.4.0-makefile.patch (text/plain), 2.58 KB, created by
Sindre Pedersen Bjørdal
on 2007-05-31 13:38:18 UTC
(
hide
)
Description:
Patch to make Makefile use DESTDIR
Filename:
MIME Type:
Creator:
Sindre Pedersen Bjørdal
Created:
2007-05-31 13:38:18 UTC
Size:
2.58 KB
patch
obsolete
>--- glew/Makefile.orig 2007-05-31 05:37:28.000000000 +0200 >+++ glew/Makefile 2007-05-31 05:41:14.000000000 +0200 >@@ -40,6 +40,7 @@ else > $(error "Platform '$(SYSTEM)' not supported") > endif > >+DESTDIR = > GLEW_DEST ?= /usr > BINDIR ?= $(GLEW_DEST)/bin > LIBDIR ?= $(GLEW_DEST)/lib >@@ -109,40 +110,40 @@ src/glew.pic_o: src/glew.c include/GL/gl > > install: all > # directories >- $(INSTALL) -d -m 0755 $(BINDIR) >- $(INSTALL) -d -m 0755 $(INCDIR) >- $(INSTALL) -d -m 0755 $(LIBDIR) >+ $(INSTALL) -d -m 0755 $(DESTDIR)$(BINDIR) >+ $(INSTALL) -d -m 0755 $(DESTDIR)$(INCDIR) >+ $(INSTALL) -d -m 0755 $(DESTDIR)$(LIBDIR) > # runtime > ifeq ($(patsubst mingw%,mingw,$(SYSTEM)), mingw) >- $(INSTALL) $(STRIP) -m 0644 lib/$(LIB.SHARED) $(BINDIR)/ >+ $(INSTALL) $(STRIP) -m 0644 lib/$(LIB.SHARED) $(DESTDIR)$(BINDIR)/ > else > ifeq ($(patsubst darwin%,darwin,$(SYSTEM)), darwin) > strip -x lib/$(LIB.SHARED) >- $(INSTALL) -m 0644 lib/$(LIB.SHARED) $(LIBDIR)/ >- $(LN) $(LIB.SHARED) $(LIBDIR)/$(LIB.SONAME) >+ $(INSTALL) -m 0644 lib/$(LIB.SHARED) $(DESTDIR)$(LIBDIR)/ >+ $(LN) $(LIB.SHARED) $(DESTDIR)$(LIBDIR)/$(LIB.SONAME) > else >- $(INSTALL) $(STRIP) -m 0644 lib/$(LIB.SHARED) $(LIBDIR)/ >- $(LN) $(LIB.SHARED) $(LIBDIR)/$(LIB.SONAME) >+ $(INSTALL) $(STRIP) -m 0644 lib/$(LIB.SHARED) $(DESTDIR)$(LIBDIR)/ >+ $(LN) $(LIB.SHARED) $(DESTDIR)$(LIBDIR)/$(LIB.SONAME) > endif > endif > # development files >- $(INSTALL) -m 0644 include/GL/wglew.h $(INCDIR)/ >- $(INSTALL) -m 0644 include/GL/glew.h $(INCDIR)/ >- $(INSTALL) -m 0644 include/GL/glxew.h $(INCDIR)/ >+ $(INSTALL) -m 0644 include/GL/wglew.h $(DESTDIR)$(INCDIR)/ >+ $(INSTALL) -m 0644 include/GL/glew.h $(DESTDIR)$(INCDIR)/ >+ $(INSTALL) -m 0644 include/GL/glxew.h $(DESTDIR)$(INCDIR)/ > ifeq ($(patsubst mingw%,mingw,$(SYSTEM)), mingw) >- $(INSTALL) -m 0644 lib/$(LIB.DEVLNK) $(LIBDIR)/ >+ $(INSTALL) -m 0644 lib/$(LIB.DEVLNK) $(DESTDIR)$(LIBDIR)/ > else > ifeq ($(patsubst darwin%,darwin,$(SYSTEM)), darwin) > strip -x lib/$(LIB.STATIC) >- $(INSTALL) -m 0644 lib/$(LIB.STATIC) $(LIBDIR)/ >- $(LN) $(LIB.SHARED) $(LIBDIR)/$(LIB.DEVLNK) >+ $(INSTALL) -m 0644 lib/$(LIB.STATIC) $(DESTDIR)$(LIBDIR)/ >+ $(LN) $(LIB.SHARED) $(DESTDIR)$(LIBDIR)/$(LIB.DEVLNK) > else >- $(INSTALL) $(STRIP) -m 0644 lib/$(LIB.STATIC) $(LIBDIR)/ >- $(LN) $(LIB.SHARED) $(LIBDIR)/$(LIB.DEVLNK) >+ $(INSTALL) $(STRIP) -m 0644 lib/$(LIB.STATIC) $(DESTDIR)$(LIBDIR)/ >+ $(LN) $(LIB.SHARED) $(DESTDIR)$(LIBDIR)/$(LIB.DEVLNK) > endif > endif > # utilities >- $(INSTALL) -s -m 0755 bin/$(GLEWINFO.BIN) bin/$(VISUALINFO.BIN) $(BINDIR)/ >+ $(INSTALL) -s -m 0755 bin/$(GLEWINFO.BIN) bin/$(VISUALINFO.BIN) $(DESTDIR)$(BINDIR)/ > > uninstall: > $(RM) $(INCDIR)/wglew.h
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 229419
: 155814