diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-01-16 23:33:33 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2007-01-16 23:33:33 +0000 |
commit | a2cf5cb90d207a26d54e393c95f3a57f8e6d938e (patch) | |
tree | 9b207658815272824b7df0829d297b47bfbffeae /emulators/zsnes/files/patch-linux-zfilew.c | |
parent | - Move to LOCALBASE (diff) |
- Update to 1.50
- Added a few new OPTIONS knobs [1]
- Distfile is now a .tar.bz2 instead of a .tar.gz
- Target ALL wasn't valid
- Removed substitutions to configure because they were unnessacary
- Respect CFLAGS [1]
- Mark IGNORE < 602000, It needs zlib 1.2.3 or greater [1]
- Patch to linux/zfilew.c no longer needed
PR: ports/107125
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Reviewed by: miwi and me [1]
Diffstat (limited to 'emulators/zsnes/files/patch-linux-zfilew.c')
-rw-r--r-- | emulators/zsnes/files/patch-linux-zfilew.c | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/emulators/zsnes/files/patch-linux-zfilew.c b/emulators/zsnes/files/patch-linux-zfilew.c deleted file mode 100644 index f4ad601d7248..000000000000 --- a/emulators/zsnes/files/patch-linux-zfilew.c +++ /dev/null @@ -1,21 +0,0 @@ -$FreeBSD$ - ---- linux/zfilew.c Fri Jan 14 06:11:19 2005 -+++ linux/zfilew.c.new Thu Jun 2 19:29:43 2005 -@@ -474,11 +474,12 @@ - - if ((homedir = (char *)getenv("HOME")) == 0) - { -- homedir = (char *)malloc(ZCFG_DIR_LEN); -- getcwd(homedir, ZCFG_DIR_LEN); -+ getcwd(zcfgdir, ZCFG_DIR_LEN); -+ } -+ else -+ { -+ strcpy(zcfgdir, homedir); - } -- strcpy(zcfgdir, homedir); -- free(homedir); - strcat(zcfgdir, ZCFG_DIR); - tmp = opendir(zcfgdir); - if (tmp == NULL) |