diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-18 21:37:32 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-18 21:37:32 +0000 |
commit | 01a9f79f0a3692d8148990805beabc8593d3596d (patch) | |
tree | 99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /graphics/mesagl/files/patch-ad | |
parent | New index, rebuilt due to samba changes. (Gee, how many things (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_3_0'.release/4.3.0
Diffstat (limited to 'graphics/mesagl/files/patch-ad')
-rw-r--r-- | graphics/mesagl/files/patch-ad | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/graphics/mesagl/files/patch-ad b/graphics/mesagl/files/patch-ad deleted file mode 100644 index 0fb76eb6fbb1..000000000000 --- a/graphics/mesagl/files/patch-ad +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.in 2000/08/22 07:27:14 1.1 -+++ Makefile.in 2000/08/22 07:29:15 -@@ -92,7 +92,7 @@ - - @NEED_GLUT_TRUE@SUB_GLUT = src-glut - --SUBDIRS = include src src-glu $(SUB_GLUT) $(DEMO_DIRS) util -+SUBDIRS = $(INCLUDE_GL) $(SUB_GL) src-glu $(SUB_GLUT) $(DEMO_DIRS) util - - EXTRA_DIST = docs/INSTALL docs/INSTALL.GNU docs/CONFIG docs/IAFA-PACKAGE docs/RELNOTES docs/VERSIONS docs/CONFORM docs/COPYING docs/COPYRIGHT docs/README docs/README.3DFX docs/README.BEOS docs/README.GGI docs/README.MINGW32 docs/README.MITS docs/README.QUAKE docs/README.THREADS docs/README.X11 images/girl.rgb images/reflect.rgb images/tile.rgb - -@@ -110,7 +110,7 @@ - - TAR = gtar - GZIP_ENV = --best --DIST_SUBDIRS = include src src-glu src-glut book demos samples xdemos \ -+DIST_SUBDIRS = $(INCLUDE_GL) $(SUB_GL) src-glu src-glut book demos samples xdemos \ - util - all: all-redirect - .SUFFIXES: |