diff options
author | adam <adam@pkgsrc.org> | 2004-01-22 14:14:08 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-01-22 14:14:08 +0000 |
commit | f27a36dad387eacde2c9ae6a99685f351ef74edf (patch) | |
tree | 16ea28b5be66129d0f2cd4eabff6bf12f28061e4 /graphics/gle | |
parent | 52791006538a57f77ddd98d652ec1834ec4c8ff4 (diff) | |
download | pkgsrc-f27a36dad387eacde2c9ae6a99685f351ef74edf.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 + |