diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2008-06-06 04:02:46 +0800 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2008-06-06 04:02:46 +0800 |
commit | 3cdd66f296b01180baad55c1fd12cf56222690ee (patch) | |
tree | 5c920e12bae77b2422caecfad4c279fd285851dd /devel/cproto | |
parent | 79fd8235f9ce50582eee8214e1925060b20cd20a (diff) | |
download | freebsd-ports-gnome-3cdd66f296b01180baad55c1fd12cf56222690ee.tar.gz freebsd-ports-gnome-3cdd66f296b01180baad55c1fd12cf56222690ee.tar.zst freebsd-ports-gnome-3cdd66f296b01180baad55c1fd12cf56222690ee.zip |
- Fix CPP location
- bump portrevision.
Approved by: Thomas Vogt <thomas@bsdunix.ch> (maintainer)
Diffstat (limited to 'devel/cproto')
-rw-r--r-- | devel/cproto/Makefile | 1 | ||||
-rw-r--r-- | devel/cproto/files/patch-system.h | 11 |
2 files changed, 12 insertions, 0 deletions
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 + |