diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-05-11 01:52:31 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-05-11 01:52:31 +0800 |
commit | 6a3fde5e2059b5a8ae6594dab65881cc7ddd5bbe (patch) | |
tree | 97b2c1ce47948ce6ad8f0122886c24df7376b01a /comms/birda/files | |
parent | c48e4f885a4c78e379756d4a453e139b6c6eb316 (diff) | |
download | freebsd-ports-gnome-6a3fde5e2059b5a8ae6594dab65881cc7ddd5bbe.tar.gz freebsd-ports-gnome-6a3fde5e2059b5a8ae6594dab65881cc7ddd5bbe.tar.zst freebsd-ports-gnome-6a3fde5e2059b5a8ae6594dab65881cc7ddd5bbe.zip |
upgrade to 1.00
PR: 37325
Submitted by: maintainer
Diffstat (limited to 'comms/birda/files')
-rw-r--r-- | comms/birda/files/patch-aa | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/comms/birda/files/patch-aa b/comms/birda/files/patch-aa deleted file mode 100644 index b15ecfbdfe18..000000000000 --- a/comms/birda/files/patch-aa +++ /dev/null @@ -1,26 +0,0 @@ ---- Makefile.inc.orig Thu Nov 29 07:19:45 2001 -+++ Makefile.inc Sun Dec 30 14:06:12 2001 -@@ -5,7 +5,11 @@ - PREFIX?= /usr/pkg - - BINDIR= ${PREFIX}/bin -+.if ${OPSYS} == FreeBSD -+MANDIR= ${PREFIX}/man/man -+.else - MANDIR= ${PREFIX}/man -+.endif - - MKLINT=no - ---- src/obexformat.c.orig Tue Oct 16 20:32:45 2001 -+++ src/obexformat.c Sat Dec 29 13:42:18 2001 -@@ -30,6 +30,9 @@ - - #include <stdio.h> - #include <stdlib.h> -+#ifdef __FreeBSD__ -+#include <sys/types.h> -+#endif - - /********************************************************************** - * Internal functions |