mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
a9c0c0c838
- Add LICENSE_FILE - Simplify WRKSRC handling
11 lines
258 B
C
11 lines
258 B
C
--- src/defendguin.c.orig 2009-11-05 22:20:59.000000000 +0100
|
|
+++ src/defendguin.c 2012-09-10 22:01:37.000000000 +0200
|
|
@@ -4322,6 +4322,7 @@
|
|
"%s\n\n", SDL_GetError());
|
|
exit(1);
|
|
}
|
|
+ atexit(SDL_Quit);
|
|
|
|
|
|
/* Open display: */
|