aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/urt/files/patch-include__rle_config.tlr
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
commit08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch)
tree0cfc4f0736babb895eb97a65c6defe632a0249c7 /graphics/urt/files/patch-include__rle_config.tlr
parentf474a16cfbfad1844b9c50e45e36a3a77f0c59b5 (diff)
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Diffstat (limited to 'graphics/urt/files/patch-include__rle_config.tlr')
-rw-r--r--graphics/urt/files/patch-include__rle_config.tlr11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/urt/files/patch-include__rle_config.tlr b/graphics/urt/files/patch-include__rle_config.tlr
new file mode 100644
index 000000000000..e35827a7885a
--- /dev/null
+++ b/graphics/urt/files/patch-include__rle_config.tlr
@@ -0,0 +1,11 @@
+--- include/rle_config.tlr.orig Thu Apr 30 23:06:23 1992
++++ include/rle_config.tlr Fri Dec 27 23:02:36 2002
+@@ -48,7 +48,7 @@
+ #endif /* NO_DECLARE_MALLOC */
+
+ #ifdef USE_PROTOTYPES
+-extern char *getenv( CONST_DECL char *name );
++extern char *getenv( CONST_DECL char *CONST_DECL name);
+ #else
+ extern char *getenv();
+ #endif