diff options
author | joerg <joerg> | 2006-05-09 10:09:06 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-05-09 10:09:06 +0000 |
commit | 8f586d1a1e31465f5cfbdb32cd5044a91b90cabe (patch) | |
tree | d25197df72907a251e9f9c4b807f2a6618b4d537 /editors | |
parent | 56c34178cda52ee454a1dfbafe1e85de67c6d000 (diff) | |
download | pkgsrc-8f586d1a1e31465f5cfbdb32cd5044a91b90cabe.tar.gz |
Include sys/time.h for timeval. Uses C++.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/abiword-plugins/Makefile | 4 | ||||
-rw-r--r-- | editors/abiword-plugins/distinfo | 3 | ||||
-rw-r--r-- | editors/abiword-plugins/patches/patch-aa | 12 |
3 files changed, 17 insertions, 2 deletions
diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile index 4a0a06d5159..d76962388f7 100644 --- a/editors/abiword-plugins/Makefile +++ b/editors/abiword-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/04/17 14:52:11 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2006/05/09 10:09:06 joerg Exp $ .include "../../editors/abiword/Makefile.common" @@ -10,6 +10,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/abiword-plugins BUILD_DEPENDS+= abiword-${ABIWORD_VERSION}*:../../editors/abiword +USE_LANGUAGES= c c++ + .include "../../mk/bsd.prefs.mk" CONFIGURE_ARGS+= --disable-all diff --git a/editors/abiword-plugins/distinfo b/editors/abiword-plugins/distinfo index 248d8616810..2dc9072b30a 100644 --- a/editors/abiword-plugins/distinfo +++ b/editors/abiword-plugins/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.17 2006/04/15 10:47:25 adam Exp $ +$NetBSD: distinfo,v 1.18 2006/05/09 10:09:06 joerg Exp $ SHA1 (abiword-2.4.4.tar.bz2) = e2afde95a408f011a1877bc6647799777845dd18 RMD160 (abiword-2.4.4.tar.bz2) = 5fad618b07b13a543f55321dd3e8114105cefd5d Size (abiword-2.4.4.tar.bz2) = 24687425 bytes +SHA1 (patch-aa) = 20250039a86753574046a3d94712c7e8a56d8f11 diff --git a/editors/abiword-plugins/patches/patch-aa b/editors/abiword-plugins/patches/patch-aa new file mode 100644 index 00000000000..0b4ae49ad9f --- /dev/null +++ b/editors/abiword-plugins/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1 2006/05/09 10:09:06 joerg Exp $ + +--- tools/abidash/xp/dashboard-frontend.c.orig 2006-05-08 21:02:01.000000000 +0000 ++++ tools/abidash/xp/dashboard-frontend.c +@@ -5,6 +5,7 @@ + #include <unistd.h> + #include <sys/socket.h> + #include <sys/types.h> ++#include <sys/time.h> + #include <netinet/in.h> + #include <arpa/inet.h> + #include <fcntl.h> |