From d171850468e6ab393c9d9bc519524b12c6670ea3 Mon Sep 17 00:00:00 2001 From: stas Date: Thu, 5 Jun 2008 20:02:46 +0000 Subject: - Fix CPP location - bump portrevision. Approved by: Thomas Vogt (maintainer) --- devel/cproto/Makefile | 1 + devel/cproto/files/patch-system.h | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 devel/cproto/files/patch-system.h (limited to 'devel/cproto') diff --git a/devel/cproto/Makefile b/devel/cproto/Makefile index c8f722e1b322..f24675e5fa70 100644 --- a/devel/cproto/Makefile +++ b/devel/cproto/Makefile @@ -8,6 +8,7 @@ PORTNAME= cproto PORTVERSION= 4.7f +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://invisible-island.net/cproto/ DISTNAME= ${PORTNAME}-${PORTVERSION} 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 + -- cgit