diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2010-01-23 21:00:18 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2010-01-23 21:00:18 +0000 |
commit | 30997da6db5e11ec404e5d054b57288a71fc1647 (patch) | |
tree | f65da9115c06e98ed7a3825a4e46512f8fc3eaf6 /dev-lang/tinycobol/files | |
parent | Keyword ~amd64-linux/~x86-linux (diff) | |
download | gentoo-2-30997da6db5e11ec404e5d054b57288a71fc1647.tar.gz gentoo-2-30997da6db5e11ec404e5d054b57288a71fc1647.tar.bz2 gentoo-2-30997da6db5e11ec404e5d054b57288a71fc1647.zip |
Removing obsolete version.
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-lang/tinycobol/files')
-rw-r--r-- | dev-lang/tinycobol/files/tinycobol-0.61.patch | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/dev-lang/tinycobol/files/tinycobol-0.61.patch b/dev-lang/tinycobol/files/tinycobol-0.61.patch deleted file mode 100644 index e8d72d30dfc7..000000000000 --- a/dev-lang/tinycobol/files/tinycobol-0.61.patch +++ /dev/null @@ -1,42 +0,0 @@ ---- configure.in 2003-02-07 16:35:14.000000000 +0100 -+++ configure.in.new 2003-05-12 12:43:24.000000000 +0200 -@@ -787,7 +787,7 @@ - # - cobdir_default='${prefix}/share/htcobol' - optfile_dir='${prefix}/share/htcobol' --cobpp_dir='${prefix}/share/htcobol' -+cobpp_dir='${prefix}/bin' - cobcpy_default='${prefix}/share/htcobol/copybooks' - # - cobbin_default='${prefix}/bin' ---- configure 2003-05-12 12:44:37.000000000 +0200 -+++ configure.new 2003-05-12 12:45:33.000000000 +0200 -@@ -7312,7 +7312,7 @@ - # - cobdir_default='${prefix}/share/htcobol' - optfile_dir='${prefix}/share/htcobol' --cobpp_dir='${prefix}/share/htcobol' -+cobpp_dir='${prefix}/bin' - cobcpy_default='${prefix}/share/htcobol/copybooks' - # - cobbin_default='${prefix}/bin' ---- htconfig.h.in 2003-02-07 16:35:14.000000000 +0100 -+++ htconfig.h.in.new 2003-05-12 13:24:10.000000000 +0200 -@@ -201,7 +201,7 @@ - - /* Set the pre-processor (htcobolpp) paths */ - #define COBPP_NAME "htcobolpp" --#define COBPP_PATH COBDIR_DEFAULT"/"COBPP_NAME -+#define COBPP_PATH COBBIN_DEFAULT"/"COBPP_NAME - - /* Set the expand command path */ - #undef COBPP_EXPAND_CMD_PATH ---- cobpp/Makefile.in 2003-05-12 13:31:10.000000000 +0200 -+++ cobpp/Makefile.in.new 2003-05-12 13:30:57.000000000 +0200 -@@ -80,5 +80,5 @@ - - install: $(PROG) - strip $(PROG) -- ${INSTALL} -m 755 $(PROG) $(INSTRC)/$(PROG) -+ ${INSTALL} -m 755 $(PROG) $(INSTBIN)/$(PROG) - # ${INSTALL_DATA} $(PROG) $(INSTRC)/$(PROG) |