summaryrefslogtreecommitdiff
path: root/devel/cproto/files/patch-system.h
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2008-06-05 20:02:46 +0000
committerStanislav Sedov <stas@FreeBSD.org>2008-06-05 20:02:46 +0000
commit3cdd66f296b01180baad55c1fd12cf56222690ee (patch)
tree5c920e12bae77b2422caecfad4c279fd285851dd /devel/cproto/files/patch-system.h
parent- Forced commit to note repocopy archivers/dynamite -> archivers/libdynamite. (diff)
- Fix CPP location
- bump portrevision. Approved by: Thomas Vogt <thomas@bsdunix.ch> (maintainer)
Diffstat (limited to '')
-rw-r--r--devel/cproto/files/patch-system.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/cproto/files/patch-system.h b/devel/cproto/files/patch-system.h
new file mode 100644
index 000000000000..eea3e0b27174
--- /dev/null
+++ b/devel/cproto/files/patch-system.h
@@ -0,0 +1,11 @@
+--- system.h.orig 2008-06-05 16:21:15.000000000 +0400
++++ system.h 2008-06-05 16:21:28.000000000 +0400
+@@ -107,7 +107,7 @@
+ /* Default C preprocessor on UNIX systems */
+ #ifndef MSDOS
+ #ifndef CPP
+-#define CPP "/lib/cpp"
++#define CPP "/usr/bin/cpp"
+ #endif
+ #endif
+