diff options
author | adam <adam> | 2004-01-22 14:14:08 +0000 |
---|---|---|
committer | adam <adam> | 2004-01-22 14:14:08 +0000 |
commit | bdcd300dfde0d362f8c546103854fe5487ae6a3e (patch) | |
tree | 16ea28b5be66129d0f2cd4eabff6bf12f28061e4 /graphics/gle | |
parent | 4097e9dae3a50cf040ba231d91b889803447a2af (diff) | |
download | pkgsrc-bdcd300dfde0d362f8c546103854fe5487ae6a3e.tar.gz |
Do not install example source code, because it does not build correctly (developers can still use the gle distribution)
Diffstat (limited to 'graphics/gle')
-rw-r--r-- | graphics/gle/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/gle/patches/patch-aa b/graphics/gle/patches/patch-aa new file mode 100644 index 00000000000..d50384283b0 --- /dev/null +++ b/graphics/gle/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.6 2004/01/22 14:14:08 adam Exp $ + +--- Makefile.in.orig 2004-01-22 14:56:10.000000000 +0000 ++++ Makefile.in +@@ -74,7 +74,7 @@ RANLIB = @RANLIB@ + STRIP = @STRIP@ + VERSION = @VERSION@ + +-SUBDIRS = src doc examples man ms-visual-c swig ++SUBDIRS = src doc man ms-visual-c swig + + EXTRA_DIST = .cvsignore gle.spec + |