summaryrefslogtreecommitdiff
path: root/misc/misterproper
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-08-31 12:31:45 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-08-31 12:31:45 +0000
commitf1fd6443a68864a88a865b2207825e880dec4255 (patch)
tree4e0d4faf14b9a0f262319cfb78d6c559dee65996 /misc/misterproper
parentUpdate to 0.7.10. (diff)
Don't try to include nonexistent getopt.h.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=47216
Diffstat (limited to 'misc/misterproper')
-rw-r--r--misc/misterproper/files/patch-aa14
1 files changed, 11 insertions, 3 deletions
diff --git a/misc/misterproper/files/patch-aa b/misc/misterproper/files/patch-aa
index 4ebb730262c6..84e9850b1154 100644
--- a/misc/misterproper/files/patch-aa
+++ b/misc/misterproper/files/patch-aa
@@ -2,8 +2,16 @@
$FreeBSD$
--- src/main.c.orig Sat Mar 3 15:03:28 2001
-+++ src/main.c Tue Apr 17 10:16:55 2001
-@@ -230,7 +230,7 @@
++++ src/main.c Fri Aug 31 15:28:37 2001
+@@ -2,7 +2,6 @@
+ # include <config.h>
+ #endif
+
+-#include <getopt.h>
+ #include <gnome.h>
+
+ #include "interface.h"
+@@ -230,7 +229,7 @@
g_free(thing);
continue;
}
@@ -12,7 +20,7 @@ $FreeBSD$
== (time_t) 0ULL) {
g_warning(_("Corrupted database : null frequency\n"));
g_free(thing);
-@@ -247,7 +247,7 @@
+@@ -247,7 +246,7 @@
(rand() % (thing->frequency * 4)) -
(thing->frequency * 2) + thing->frequency / 2;
} else {