diff options
author | obrien <obrien@FreeBSD.org> | 1998-03-23 03:23:05 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-03-23 03:23:05 +0800 |
commit | 8c30c7b42e0ad370245c6f7f189405081ca75ac4 (patch) | |
tree | 034106e18c221f73f3f0f75dac59da1d7865385f /deskutils/plan | |
parent | c72462cf376fc50dfd89851fc7dad33170703e2a (diff) | |
download | freebsd-ports-gnome-8c30c7b42e0ad370245c6f7f189405081ca75ac4.tar.gz freebsd-ports-gnome-8c30c7b42e0ad370245c6f7f189405081ca75ac4.tar.zst freebsd-ports-gnome-8c30c7b42e0ad370245c6f7f189405081ca75ac4.zip |
Fix error with CPP definition.
Diffstat (limited to 'deskutils/plan')
-rw-r--r-- | deskutils/plan/files/patch-ab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/plan/files/patch-ab b/deskutils/plan/files/patch-ab index d3a440207dd2..da8b593e24b9 100644 --- a/deskutils/plan/files/patch-ab +++ b/deskutils/plan/files/patch-ab @@ -50,7 +50,7 @@ INCDIR =# # extra cc options, e.g. "-I/var/include" ! NOB_UID = 65534# # numerical user ID of <nobody> account ! NOB_GID = 65534# # default numerical group ID of <nobody> account -! CPP_PATH="/usr/bin -P -I$(HELP)"# used by plan to pre-process holiday files, +! CPP_PATH="/usr/bin/cpp -P -I$(HELP)"# used by plan to pre-process holiday files, # # plan will check if this file really exists ESCTOISOLATIN=\"\\033\(B\"# # switching to ISO8859-1 ESCTOJISLATIN=\"\\033\(J\"# # switching to JIS X0201-1976 roman |