diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-12-09 18:24:03 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-12-09 18:24:03 +0000 |
commit | d86df2064014b6b5dbe7bd6a3b4e18c9e2b4d67a (patch) | |
tree | dfe2a61b1058088cabcc3d33750eda8a7488ddb0 /editors/fine | |
parent | 035b9ceccd16bd3d86fcfff93503d75c64a81b08 (diff) | |
download | ports-d86df2064014b6b5dbe7bd6a3b4e18c9e2b4d67a.tar.gz ports-d86df2064014b6b5dbe7bd6a3b4e18c9e2b4d67a.zip |
Notes
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 000000000000..86b512ce4a3d --- /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> |