diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-20 16:23:28 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-20 16:23:28 +0000 |
commit | 7ae7b018ccf7760013f368fcb83aad9ecd8982a8 (patch) | |
tree | e83ee6693050a76e305a95a376451aa583df151e /games/heretic/files/patch-opengl_gl_fonts.c | |
parent | textproc/rubygem-gitlab-grit: make it work with rubygem-mime-types again (diff) |
With the power of USES=dos2unix, get rid of most patches and files
with CRLF.
While there, run make makepatch, rename patches to use the new scheme,
and various fixes.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=417166
Diffstat (limited to 'games/heretic/files/patch-opengl_gl_fonts.c')
-rw-r--r-- | games/heretic/files/patch-opengl_gl_fonts.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/games/heretic/files/patch-opengl_gl_fonts.c b/games/heretic/files/patch-opengl_gl_fonts.c deleted file mode 100644 index 26a1436394ef..000000000000 --- a/games/heretic/files/patch-opengl_gl_fonts.c +++ /dev/null @@ -1,9 +0,0 @@ ---- opengl/gl_fonts.c Sun Jan 30 05:58:21 2000 -+++ opengl/gl_fonts.c.new Sun Feb 13 03:54:46 2000 -@@ -1,5 +1,5 @@ - #include <stdio.h> --#include <malloc.h> -+#include <stdlib.h> - #include <string.h> - #include <math.h> - |