diff options
Diffstat (limited to 'editors/ted/files/patch-Ted__makefile.in')
-rw-r--r-- | editors/ted/files/patch-Ted__makefile.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/ted/files/patch-Ted__makefile.in b/editors/ted/files/patch-Ted__makefile.in new file mode 100644 index 000000000000..543fb0716c7a --- /dev/null +++ b/editors/ted/files/patch-Ted__makefile.in @@ -0,0 +1,12 @@ +--- Ted/makefile.in.orig 2009-06-10 14:41:19.000000000 +0900 ++++ Ted/makefile.in 2009-06-26 01:00:56.000000000 +0900 +@@ -42,7 +42,8 @@ + -I../bitmap \ + -I../ind \ + -I../include \ +- $(DEF_PKGDIR) ++ $(DEF_DOCUMENT_DIR) \ ++ $(DEF_PSSCRIPT_DIR) + + CFLAGS= \ + @CFLAGS@ \ |