We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.
| Summary: |
How to Patch SDL??? |
| Product: |
SDL
|
Reporter: |
student <adnan.kuleta> |
| Component: |
*don't know* | Assignee: |
Ryan C. Gordon <icculus> |
| Status: |
RESOLVED
INVALID
|
QA Contact: |
Sam Lantinga <slouken> |
| Severity: |
normal
|
|
|
| Priority: |
P2
|
CC: |
gabomdq
|
| Version: |
HG 2.0 | |
|
| Hardware: |
x86_64 | |
|
| OS: |
Linux | |
|
Hi, I am completely confused with patching. Patching a file is already for me clear, Using command line diff -Naud original.txt modified.txt > my_patch.patch patch -p0/1 < my_patch.patch but patching SDL library unfortunately not. Any idea!