diff options
author | Michael J. Cohen <mjc@gentoo.org> | 2002-10-20 00:51:27 +0000 |
---|---|---|
committer | Michael J. Cohen <mjc@gentoo.org> | 2002-10-20 00:51:27 +0000 |
commit | 55b450305c6766860c12d97bfb6553ea7ff8e953 (patch) | |
tree | 7f4e7411b43a8c6d60aaa318267b68e427f32dea /sys-devel | |
parent | unstable profile (diff) | |
download | gentoo-2-55b450305c6766860c12d97bfb6553ea7ff8e953.tar.gz gentoo-2-55b450305c6766860c12d97bfb6553ea7ff8e953.tar.bz2 gentoo-2-55b450305c6766860c12d97bfb6553ea7ff8e953.zip |
new import
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gecc/files/gecc-20021019-gentoo.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-devel/gecc/files/gecc-20021019-gentoo.diff b/sys-devel/gecc/files/gecc-20021019-gentoo.diff new file mode 100644 index 000000000000..0369368e34a6 --- /dev/null +++ b/sys-devel/gecc/files/gecc-20021019-gentoo.diff @@ -0,0 +1,12 @@ +diff -Nru Makefile Makefile +--- Makefile 2002-10-19 16:12:45.000000000 -0400 ++++ Makefile 2002-10-19 16:14:10.000000000 -0400 +@@ -71,7 +71,7 @@ + install_sh = /var/tmp/portage/gecc-20021019/work/gecc-20021019/install-sh + + COMMON_SRC = cmdl.cpp con.cpp hash.cpp io.cpp md5.cpp util.cpp logger.cpp +-SUBDIRS = . test ++SUBDIRS = . + TESTS = test_geccargs + + bin_PROGRAMS = gecc geccd |