diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-25 15:09:30 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-25 15:09:30 +0000 |
commit | f15b5bcca1374736cc05755b2458720f5ab4be95 (patch) | |
tree | 78e94acdd12e147ce167d926653527dc0c027a3f /graphics/mesagl/files | |
parent | 6382ed95e9449fbff058ff8ef8eb5966c2d40fd1 (diff) | |
download | ports-f15b5bcca1374736cc05755b2458720f5ab4be95.tar.gz ports-f15b5bcca1374736cc05755b2458720f5ab4be95.zip |
Notes
Diffstat (limited to 'graphics/mesagl/files')
-rw-r--r-- | graphics/mesagl/files/patch-ad | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/graphics/mesagl/files/patch-ad b/graphics/mesagl/files/patch-ad index 0fb76eb6fbb1..147ed95df496 100644 --- a/graphics/mesagl/files/patch-ad +++ b/graphics/mesagl/files/patch-ad @@ -1,20 +1,23 @@ ---- Makefile.in 2000/08/22 07:27:14 1.1 -+++ Makefile.in 2000/08/22 07:29:15 -@@ -92,7 +92,7 @@ + +$FreeBSD$ + +--- Makefile.in.orig Thu May 17 01:28:53 2001 ++++ Makefile.in Tue Jun 5 17:34:13 2001 +@@ -95,7 +95,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 ++SUBDIRS = $(INCLUDE_GL) $(SUB_GL) $(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 @@ +@@ -113,7 +113,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 \ ++DIST_SUBDIRS = $(INCLUDE_GL) $(SUB_GL) src-glut book demos samples xdemos \ util all: all-redirect .SUFFIXES: |