aboutsummaryrefslogtreecommitdiffstats
path: root/mail/drac/files
diff options
context:
space:
mode:
authorkoitsu <koitsu@FreeBSD.org>2008-06-04 20:12:43 +0800
committerkoitsu <koitsu@FreeBSD.org>2008-06-04 20:12:43 +0800
commit1d691d0999b71a36bf7654f841ceebe34fc50761 (patch)
tree695e71ffd71b1f21de714490b1d14779523d1f80 /mail/drac/files
parent01daa0d09eb35749fe014839bb61b3607e1b9828 (diff)
downloadfreebsd-ports-gnome-1d691d0999b71a36bf7654f841ceebe34fc50761.tar.gz
freebsd-ports-gnome-1d691d0999b71a36bf7654f841ceebe34fc50761.tar.zst
freebsd-ports-gnome-1d691d0999b71a36bf7654f841ceebe34fc50761.zip
- Cleanup compile warning (implicit exit(3); needs stdlib.h)
- Fix plist errors when NOPORTDOCS is used Reported by: itetcu
Diffstat (limited to 'mail/drac/files')
-rw-r--r--mail/drac/files/patch-ad10
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/drac/files/patch-ad b/mail/drac/files/patch-ad
new file mode 100644
index 000000000000..fc9b9d64f68a
--- /dev/null
+++ b/mail/drac/files/patch-ad
@@ -0,0 +1,10 @@
+--- testing.c.orig 1998-08-10 18:36:14.000000000 -0700
++++ testing.c 2008-06-04 04:50:08.000000000 -0700
+@@ -3,6 +3,7 @@
+ */
+
+ #include <stdio.h>
++#include <stdlib.h>
+ #include <sys/types.h>
+ #include <netinet/in.h>
+ #include <arpa/inet.h>