diff options
author | anders <anders@FreeBSD.org> | 2003-12-23 01:06:36 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2003-12-23 01:06:36 +0800 |
commit | 92009274d39648db08db8bd98af36ac392301200 (patch) | |
tree | 4672db8c15325399053aa5d5374f9cbc5a7a6684 /security/fpm | |
parent | 85e8b26c3611be4ec3dd3410469f8af03c1a2b15 (diff) | |
download | freebsd-ports-gnome-92009274d39648db08db8bd98af36ac392301200.tar.gz freebsd-ports-gnome-92009274d39648db08db8bd98af36ac392301200.tar.zst freebsd-ports-gnome-92009274d39648db08db8bd98af36ac392301200.zip |
Add patch to make gpasman import code build.
Diffstat (limited to 'security/fpm')
-rw-r--r-- | security/fpm/files/patch-dump.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/fpm/files/patch-dump.c b/security/fpm/files/patch-dump.c new file mode 100644 index 000000000000..647b2e11d2f7 --- /dev/null +++ b/security/fpm/files/patch-dump.c @@ -0,0 +1,10 @@ +--- src/gpasman-1.3.0/dump.c.orig Mon Dec 22 17:49:29 2003 ++++ src/gpasman-1.3.0/dump.c Mon Dec 22 17:49:38 2003 +@@ -30,6 +30,7 @@ + #include <glib.h> + #include <string.h> + #include <stdlib.h> ++#include <sys/types.h> + + #include "file.h" + |