diff options
author | Adam David <adam@FreeBSD.org> | 1996-03-25 22:04:37 +0000 |
---|---|---|
committer | Adam David <adam@FreeBSD.org> | 1996-03-25 22:04:37 +0000 |
commit | acd65d06a52964b08584fdcc1e91cbc3afe10702 (patch) | |
tree | e5a071af01466db28bc2cdb824e018524dd0b18c /editors/uemacs | |
parent | 298de01e8652e43c82aaefb6a35d2ae6b864e709 (diff) | |
download | ports-acd65d06a52964b08584fdcc1e91cbc3afe10702.tar.gz ports-acd65d06a52964b08584fdcc1e91cbc3afe10702.zip |
Notes
Diffstat (limited to 'editors/uemacs')
-rw-r--r-- | editors/uemacs/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/uemacs/files/patch-aa b/editors/uemacs/files/patch-aa index ea5216007827..0aae012dccaa 100644 --- a/editors/uemacs/files/patch-aa +++ b/editors/uemacs/files/patch-aa @@ -65,7 +65,7 @@ diff -crN --exclude=*freebsd* ue312.orig/src/bind.c ue312/src/bind.c path = getenv("DPATH"); #else ! strcat(patha, getenv("PATH")); -! strcat(patha, "/usr/local/lib/uemacs"); +! strcat(patha, ":/usr/local/lib/uemacs"); #endif #endif + path = &patha[0]; |