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.

Bug 1655 - How to Patch SDL???
Summary: How to Patch SDL???
Status: RESOLVED INVALID
Alias: None
Product: SDL
Classification: Unclassified
Component: *don't know* (show other bugs)
Version: HG 2.0
Hardware: x86_64 Linux
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-02 06:03 UTC by student
Modified: 2012-12-05 07:50 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description student 2012-12-02 06:03:23 UTC
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!