diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-19 01:40:28 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-19 01:40:28 +0000 |
commit | 2ef72abedc48488b5552aa7cae0e10641ae3cdd3 (patch) | |
tree | b8aaa96e9c24dcdd0a3d294cbea4d09ca2aeb80b /devel/picprog/files/patch-program.h | |
parent | Put a real description in pkg-descr by copying the author's excellent (diff) |
Make devel/picprog compiling under -current again.
Noticed on: bento
Notes
Notes:
svn path=/head/; revision=70447
Diffstat (limited to 'devel/picprog/files/patch-program.h')
-rw-r--r-- | devel/picprog/files/patch-program.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/picprog/files/patch-program.h b/devel/picprog/files/patch-program.h new file mode 100644 index 000000000000..60f79eff7da4 --- /dev/null +++ b/devel/picprog/files/patch-program.h @@ -0,0 +1,11 @@ +--- program.h.orig Fri May 30 22:24:52 1997 ++++ program.h Tue Nov 19 12:40:53 2002 +@@ -31,6 +31,8 @@ + #ifndef H_PROGRAM + #define H_PROGRAM + ++#include <unistd.h> ++#define HAVE_DECL_GETOPT 1 + #include <getopt.h> + + class program { |