diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2007-08-29 10:33:10 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2007-08-29 10:33:10 +0000 |
commit | 971be6f22592b4ac01a288e4392ebaa3390bfea9 (patch) | |
tree | 1096f310a03d7f71fb083797854b3a786ba0e95f /graphics/libGLw/files/patch-glw-Makefile | |
parent | - Add rc script (diff) |
- Refactor MesaLib ports.
- Update graphics/libGLw to 7.0.1.
Notes
Notes:
svn path=/head/; revision=198485
Diffstat (limited to 'graphics/libGLw/files/patch-glw-Makefile')
-rw-r--r-- | graphics/libGLw/files/patch-glw-Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/graphics/libGLw/files/patch-glw-Makefile b/graphics/libGLw/files/patch-glw-Makefile deleted file mode 100644 index 03f9d3687549..000000000000 --- a/graphics/libGLw/files/patch-glw-Makefile +++ /dev/null @@ -1,15 +0,0 @@ ---- Makefile.orig Thu Dec 7 19:46:44 2006 -+++ Makefile Thu Dec 7 19:47:07 2006 -@@ -37,10 +37,10 @@ - - - # Make the library --$(TOP)/$(LIB_DIR)/$(GLW_LIB_NAME): $(OBJECTS) -+$(GLW_LIB_NAME): $(OBJECTS) - $(TOP)/bin/mklib -o $(GLW_LIB) -linker '$(CC)' \ - -major $(MAJOR) -minor $(MINOR) -patch $(TINY) \ -- $(MKLIB_OPTIONS) -install $(TOP)/$(LIB_DIR) \ -+ $(MKLIB_OPTIONS) \ - $(GLW_LIB_DEPS) $(OBJECTS) - - |