diff options
Diffstat (limited to 'editors/ted/patches/patch-af')
-rw-r--r-- | editors/ted/patches/patch-af | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/ted/patches/patch-af b/editors/ted/patches/patch-af new file mode 100644 index 00000000000..1267464d0bc --- /dev/null +++ b/editors/ted/patches/patch-af @@ -0,0 +1,15 @@ +--- Ted/tedConfig.h.in.orig Sun Mar 3 23:24:16 2002 ++++ Ted/tedConfig.h.in Mon Apr 22 11:06:41 2002 +@@ -38,12 +38,6 @@ + /* */ + /************************************************************************/ + +-# undef PREFIX +- +-# ifdef PREFIX +-# define PKGDIR PREFIX +-# endif +- + # ifndef PKGDIR + # define PKGDIR "/usr/local" + # endif |