aboutsummaryrefslogtreecommitdiff
path: root/multimedia/xanim/files/patch-xa_vid_codec.c
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/xanim/files/patch-xa_vid_codec.c')
-rw-r--r--multimedia/xanim/files/patch-xa_vid_codec.c37
1 files changed, 0 insertions, 37 deletions
diff --git a/multimedia/xanim/files/patch-xa_vid_codec.c b/multimedia/xanim/files/patch-xa_vid_codec.c
deleted file mode 100644
index 36e13f53bb22..000000000000
--- a/multimedia/xanim/files/patch-xa_vid_codec.c
+++ /dev/null
@@ -1,37 +0,0 @@
---- xa_vid_codec.c.orig Sun Apr 21 01:20:46 2002
-+++ xa_vid_codec.c Thu Jan 2 07:30:36 2003
-@@ -169,7 +169,9 @@
- if ((mod_path == 0) || (*mod_path==0))
- mod_path = "/usr/local/xanim/mods";
-
-+#ifndef __FreeBSD__
- fprintf(stderr,"ModPath: %s\n",mod_path);/*CLEAN*/
-+#endif
-
- len = strlen( mod_path );
- what_fun = (double)cos(45.0);
-@@ -186,7 +188,9 @@
-
- dp = path_buf;
-
-+#ifndef __FreeBSD__
- fprintf(stderr,"PathBuf: %s\n",dp);/*CLEAN*/
-+#endif
-
- while( dp && *dp )
- { char *t1p, *t2p;
-@@ -211,10 +215,14 @@
- char *end_of_dir;
- int len;
-
-+#ifndef __FreeBSD__
- fprintf(stderr,"ScanDir: a\n");/*CLEAN*/
-+#endif
- if (dir_name == 0) return;
-
-+#ifndef __FreeBSD__
- fprintf(stderr,"ScanDir: %s\n",dir_name);/*CLEAN*/
-+#endif
-
- DEBUG_LEVEL1 fprintf(stderr,"dirname: %s\n", dir_name );
-