diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-02-06 00:37:43 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-02-06 00:37:43 +0000 |
commit | 571e1f99857556e2876532f37882336f5bd72be1 (patch) | |
tree | ecee8dc95498811153f952164fd0c05a2ea55551 /sci-chemistry/ccp4-apps/files/6.1.3-dont-build-molref.patch | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-571e1f99857556e2876532f37882336f5bd72be1.tar.gz gentoo-2-571e1f99857556e2876532f37882336f5bd72be1.tar.bz2 gentoo-2-571e1f99857556e2876532f37882336f5bd72be1.zip |
splitted apps from ccp4
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/ccp4-apps/files/6.1.3-dont-build-molref.patch')
-rw-r--r-- | sci-chemistry/ccp4-apps/files/6.1.3-dont-build-molref.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sci-chemistry/ccp4-apps/files/6.1.3-dont-build-molref.patch b/sci-chemistry/ccp4-apps/files/6.1.3-dont-build-molref.patch new file mode 100644 index 000000000000..f16b0ecb938c --- /dev/null +++ b/sci-chemistry/ccp4-apps/files/6.1.3-dont-build-molref.patch @@ -0,0 +1,19 @@ +--- src/pisa/Makefile.am 2007-07-10 10:56:05.000000000 +0200 ++++ src/pisa/Makefile.am.new 2009-06-11 21:16:51.000000000 +0200 +@@ -1,4 +1,4 @@ +-SUBDIRS = molref pisastore sbase ++SUBDIRS = pisastore sbase + + pkgdatadir = $(datadir)/pisa + +--- src/pisa/Makefile.in 2009-06-12 21:12:08.000000000 +0200 ++++ src/pisa/Makefile.in.new 2009-06-12 21:41:52.000000000 +0200 +@@ -82,7 +82,7 @@ + am__quote = @am__quote@ + install_sh = @install_sh@ + pisa_LDFLAGS = @pisa_LDFLAGS@ +-SUBDIRS = molref pisastore sbase ++SUBDIRS = pisastore sbase + + dist_pkgdata_DATA = pisa.cfg + |