freebsd-ports/devel/picprog/files/patch-program.h
Pav Lucistnik 4d28918dfa - Add "Werner Almesberger" patch which adds --slow option
- Change default serial device to /dev/cuaa0

PR:		ports/83174
Submitted by:	Erik Greenwald <erik@smluc.org> (maintainer)
2005-07-13 20:02:34 +00:00

10 lines
209 B
C++

--- program.h.orig Thu Jan 1 20:35:09 2004
+++ program.h Fri Jul 8 21:44:23 2005
@@ -30,6 +30,7 @@
#ifndef H_PROGRAM
#define H_PROGRAM
+#define HAVE_DECL_GETOPT 1
#include <getopt.h>
class program {