diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-01-26 05:42:47 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-01-26 05:42:47 +0800 |
commit | 8c997cb0b147b5da86d156f17d469081d0bae5e6 (patch) | |
tree | 7c3fafdcb426ee5e26f5b0e776c7e5463816231d | |
parent | 031c98d9b291fe666c5761e07e70e16112afbd68 (diff) | |
download | freebsd-ports-gnome-8c997cb0b147b5da86d156f17d469081d0bae5e6.tar.gz freebsd-ports-gnome-8c997cb0b147b5da86d156f17d469081d0bae5e6.tar.zst freebsd-ports-gnome-8c997cb0b147b5da86d156f17d469081d0bae5e6.zip |
Oops, forgot the patch
-rw-r--r-- | deskutils/gnofin/files/patch-aa | 10 | ||||
-rw-r--r-- | finance/gnofin/files/patch-aa | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/deskutils/gnofin/files/patch-aa b/deskutils/gnofin/files/patch-aa new file mode 100644 index 000000000000..f083c41084bb --- /dev/null +++ b/deskutils/gnofin/files/patch-aa @@ -0,0 +1,10 @@ +--- src/ui-menubar.h.orig Mon Jan 24 17:16:08 2000 ++++ src/ui-menubar.h Tue Jan 25 08:35:02 2000 +@@ -20,6 +20,7 @@ + #ifndef UI_MENUBAR_H + #define UI_MENUBAR_H + ++#include <sys/types.h> + #include "ui-types.h" + + struct _UI_Menubar diff --git a/finance/gnofin/files/patch-aa b/finance/gnofin/files/patch-aa new file mode 100644 index 000000000000..f083c41084bb --- /dev/null +++ b/finance/gnofin/files/patch-aa @@ -0,0 +1,10 @@ +--- src/ui-menubar.h.orig Mon Jan 24 17:16:08 2000 ++++ src/ui-menubar.h Tue Jan 25 08:35:02 2000 +@@ -20,6 +20,7 @@ + #ifndef UI_MENUBAR_H + #define UI_MENUBAR_H + ++#include <sys/types.h> + #include "ui-types.h" + + struct _UI_Menubar |