Frogging-Family / wine-tkg-git

The wine-tkg build systems, to create custom Wine and Proton builds
836 stars 146 forks source link

ntsync5: Fix patches #1198

Closed Artewar67 closed 3 weeks ago

Artewar67 commented 3 weeks ago

Should fix that issue: https://github.com/Frogging-Family/wine-tkg-git/issues/1195

LionHeartP commented 3 weeks ago

My config.h.in looks like this and therefore merging this commit will break it again for me and others that have already tested it.


/* Define to 1 if you have the `posix_fallocate' function. */
#undef HAVE_POSIX_FALLOCATE

/* Define to 1 if you have the `prctl' function. */
#undef HAVE_PRCTL

/* Define to 1 if you have the `proc_pidinfo' function. */
#undef HAVE_PROC_PIDINFO

edit: I have no idea what causes our original files to be different. I'm on Nobara but #1193 was tested on Gentoo and base Fedora as well.

Artewar67 commented 3 weeks ago

The strange thing is that your patch is correct and matches the repository, but for some reason I have most of the "`" in config.h.in become ' Can you send customization.cfg and advanced-customization.cfg

Artewar67 commented 3 weeks ago

After doing a little research, I found that autoconf is modifying the files. But I don't know why yet