ports/devel/picprog/files/patch-program.h
Edwin Groothuis a59bb3d05b While we're at it, just upgrade to version 1.1 too.
Informed the author about the missing gcc 3.2.1 complaints.
2002-11-19 01:59:27 +00:00

10 lines
209 B
C++

--- program.h.orig Tue Nov 19 12:53:12 2002
+++ program.h Tue Nov 19 12:53:20 2002
@@ -31,6 +31,7 @@
#ifndef H_PROGRAM
#define H_PROGRAM
+#define HAVE_DECL_GETOPT 1
#include <getopt.h>
class program {