diff options
author | markd <markd> | 2002-04-21 23:19:53 +0000 |
---|---|---|
committer | markd <markd> | 2002-04-21 23:19:53 +0000 |
commit | 5ed3c6159b4fd163a322660517ffb56116171fb5 (patch) | |
tree | e225cb729642701c6a6f4b2a3771ecf98f27092f /editors/ted/patches | |
parent | d597733c54331270040ff692dacdf45571aa5c1f (diff) | |
download | pkgsrc-5ed3c6159b4fd163a322660517ffb56116171fb5.tar.gz |
Stop complaints about PKGDIR being redefined.
Fixes pkg/16408 from Robert Elz.
Diffstat (limited to 'editors/ted/patches')
-rw-r--r-- | editors/ted/patches/patch-ae | 15 | ||||
-rw-r--r-- | editors/ted/patches/patch-af | 15 |
2 files changed, 30 insertions, 0 deletions
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 |