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 | |
parent | b221f2d9a7a6e13ea2d59122df9cde3da096c263 (diff) |
Notes
Diffstat (limited to 'editors/ted/files')
-rw-r--r-- | editors/ted/files/configure | 2 | ||||
-rw-r--r-- | editors/ted/files/patch-Ted__makefile.in | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/editors/ted/files/configure b/editors/ted/files/configure index 0e35ea185431..6f1d0881348e 100644 --- a/editors/ted/files/configure +++ b/editors/ted/files/configure @@ -1,6 +1,6 @@ #!/bin/sh -dirs="Ted appFrame appUtil bitmap ind libreg tedPackage" +dirs="Ted appFrame appUtil bitmap ind docBuf tedPackage" for d in $dirs; do (cd $d && echo -n "./configure $* in:" && pwd && ./configure $*) 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@ \ |