summaryrefslogtreecommitdiffstats
path: root/www/quickie/files/patch-quickie-config_main.cc
blob: f836c01ba79daadd35756c20295c83de6c0ec125 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- quickie-config/main.cc.orig	Sat May 20 23:56:52 2006
+++ quickie-config/main.cc	Thu May 25 12:57:25 2006
@@ -24,7 +24,13 @@
 #include <cstdio>
 #include <cstdlib>
 #include <unistd.h>
-#include <getopt.h>
+
+#ifdef __FreeBSD__
+//#  include <osreldate.h>
+//#  if __FreeBSD_version < 500041
+#    include <getopt.h>
+//#  endif
+#endif
 
 #include <configuration.h>
 #include <progname.h>
OpenPOWER on IntegriCloud