diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-08-31 12:31:45 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-08-31 12:31:45 +0000 |
commit | 34f16e927c0f9433a53e1041941d632b4b3acd3c (patch) | |
tree | ab61f029413db5c452a0fa2423289769c9ddb75a /misc/misterproper | |
parent | 92c180614b40642978ed45434b7ae8185e197bc5 (diff) | |
download | FreeBSD-ports-34f16e927c0f9433a53e1041941d632b4b3acd3c.zip FreeBSD-ports-34f16e927c0f9433a53e1041941d632b4b3acd3c.tar.gz |
Don't try to include nonexistent getopt.h.
Submitted by: bento
Diffstat (limited to 'misc/misterproper')
-rw-r--r-- | misc/misterproper/files/patch-aa | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/misc/misterproper/files/patch-aa b/misc/misterproper/files/patch-aa index 4ebb730..84e9850 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 { |