1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-17 18:50:33 -04:00
ports/devel/picprog/files/patch-main.cc
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
216 B
C++

--- main.cc.orig Tue Nov 19 12:50:51 2002
+++ main.cc Tue Nov 19 12:51:11 2002
@@ -32,6 +32,7 @@
#include <sysexits.h>
#include <unistd.h>
+#define HAVE_DECL_GETOPT 1
#include <getopt.h>
#include "hexfile.h"