diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2013-01-21 03:31:56 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2013-01-21 03:31:56 +0000 |
commit | 94e79576fb3fd5c3ee23528447c8e3b86ebb0732 (patch) | |
tree | 1ca61ccecdef07dc319d9d8b9554b16d9042628e /graphics/urt/files/patch-tools__rleccube.c | |
parent | - Update MASTER_SITES and WWWW line. (diff) |
- Fix build with clang.
- Add MAKE_JOBS_SAFE.
- Trim header.
- Convert to optionsNG.
PR: ports/172717
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'graphics/urt/files/patch-tools__rleccube.c')
-rw-r--r-- | graphics/urt/files/patch-tools__rleccube.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/urt/files/patch-tools__rleccube.c b/graphics/urt/files/patch-tools__rleccube.c new file mode 100644 index 000000000000..6462de6d07bf --- /dev/null +++ b/graphics/urt/files/patch-tools__rleccube.c @@ -0,0 +1,11 @@ +--- tools/rleccube.c.orig 1992-04-30 23:11:54.000000000 +0900 ++++ tools/rleccube.c 2012-10-15 22:52:09.000000000 +0900 +@@ -66,7 +66,7 @@ + * Algorithm: + * Pretty simple. + */ +-void ++int + main( argc, argv) + int argc; + char **argv; |