diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-02 07:05:19 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-02 07:05:19 +0000 |
commit | 80fb16dcdb2f5fa8375fa300983219ffd9ba0a3c (patch) | |
tree | e0668c99a72a2fb9701586d56cd60c9679aad284 /graphics/xanim/files/patch-xa_vid_codec.c | |
parent | Update to 0.25. (diff) |
- Update to 2.92.0
Diffstat (limited to 'graphics/xanim/files/patch-xa_vid_codec.c')
-rw-r--r-- | graphics/xanim/files/patch-xa_vid_codec.c | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/graphics/xanim/files/patch-xa_vid_codec.c b/graphics/xanim/files/patch-xa_vid_codec.c new file mode 100644 index 000000000000..36e13f53bb22 --- /dev/null +++ b/graphics/xanim/files/patch-xa_vid_codec.c @@ -0,0 +1,37 @@ +--- 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 ); + |