diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-05-12 07:53:38 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-05-12 07:53:38 +0000 |
commit | 81bbce0e113c14f4a5c270f2715fc61de7500d6a (patch) | |
tree | 003197e883d75c3065bccd6639994da8be942b5a /multimedia/gopchop/files/patch-src::Parser.h | |
parent | Misspelling of ports/sysutils/upsmon/files/upsmon.sh (diff) |
- Fix build on -stable
- Utilize USE_GETOPT_LONG
PR: 51869
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=80789
Diffstat (limited to '')
-rw-r--r-- | multimedia/gopchop/files/patch-src::Parser.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/multimedia/gopchop/files/patch-src::Parser.h b/multimedia/gopchop/files/patch-src::Parser.h new file mode 100644 index 000000000000..e2aff15470df --- /dev/null +++ b/multimedia/gopchop/files/patch-src::Parser.h @@ -0,0 +1,12 @@ +--- src/Parser.h.orig Mon Apr 7 07:24:42 2003 ++++ src/Parser.h Tue May 6 21:36:18 2003 +@@ -42,7 +42,9 @@ + // strlen + #include <string.h> + ++#ifdef HAVE_STDINT_H + #include <stdint.h> ++#endif + + #include "List.h" + |