diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-07-04 20:54:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-07-04 20:54:37 +0000 |
commit | b8e38785f81c470799ad63176e975207654e7b0e (patch) | |
tree | 09542db43b4826372b779dffe0fe30029b434e5f /editors/ted/files/patch-Ted__makefile.in | |
parent | Commit a patch from Ubuntu to fix a bug which can occur when trying to (diff) |
- Update to 2.20
PR: 136043
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=237104
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@ \ |