diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-12-09 18:24:03 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-12-09 18:24:03 +0000 |
commit | 111ccfd8624d7f75eeae908bd786aa316ab1950e (patch) | |
tree | 389ef4a7af2c36dabbb4e90544a3dc74ce08f559 /editors/fine | |
parent | 39848b45b81d67ec9d6d835692a703325cc21527 (diff) | |
download | FreeBSD-ports-111ccfd8624d7f75eeae908bd786aa316ab1950e.zip FreeBSD-ports-111ccfd8624d7f75eeae908bd786aa316ab1950e.tar.gz |
Add a patch I forgot to add in the last upgrade.
Found by: bento.freebsd.org
Diffstat (limited to 'editors/fine')
-rw-r--r-- | editors/fine/files/patch-ac | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/editors/fine/files/patch-ac b/editors/fine/files/patch-ac new file mode 100644 index 0000000..86b512c --- /dev/null +++ b/editors/fine/files/patch-ac @@ -0,0 +1,8 @@ +--- fine.C.orig Thu Dec 9 10:21:14 1999 ++++ fine.C Thu Dec 9 10:21:20 1999 +@@ -1,5 +1,4 @@ + #define _GNU_SOURCE 1 +-#include <features.h> + #include <stdlib.h> + #include <qmsgbox.h> + #include <fine.h> |