From 5ed3c6159b4fd163a322660517ffb56116171fb5 Mon Sep 17 00:00:00 2001 From: markd Date: Sun, 21 Apr 2002 23:19:53 +0000 Subject: Stop complaints about PKGDIR being redefined. Fixes pkg/16408 from Robert Elz. --- editors/ted/patches/patch-ae | 15 +++++++++++++++ editors/ted/patches/patch-af | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 editors/ted/patches/patch-ae create mode 100644 editors/ted/patches/patch-af (limited to 'editors/ted/patches') diff --git a/editors/ted/patches/patch-ae b/editors/ted/patches/patch-ae new file mode 100644 index 00000000000..d46794f26f1 --- /dev/null +++ b/editors/ted/patches/patch-ae @@ -0,0 +1,15 @@ +--- appFrame/appFrameConfig.h.in.orig Sun Mar 3 23:24:16 2002 ++++ appFrame/appFrameConfig.h.in Mon Apr 22 10:32:15 2002 +@@ -29,12 +29,6 @@ + /* */ + /************************************************************************/ + +-# undef PREFIX +- +-# ifdef PREFIX +-# define PKGDIR PREFIX +-# endif +- + # ifndef PKGDIR + # define PKGDIR "/usr/local" + # endif 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 -- cgit v1.2.3