aboutsummaryrefslogtreecommitdiff
path: root/graphics/xli/files
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2011-04-08 09:05:25 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2011-04-08 09:05:25 +0000
commite1f43a744a4705716c570aacfabf2b1807155c03 (patch)
tree545ef57920721781c0ec18fb9f122275450ff61c /graphics/xli/files
parent19dfc4fb89c7ae15fd34c948df5bde43b0f1aa1f (diff)
downloadports-e1f43a744a4705716c570aacfabf2b1807155c03.tar.gz
ports-e1f43a744a4705716c570aacfabf2b1807155c03.zip
Fix most of compilation warnings.
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=272381
Diffstat (limited to 'graphics/xli/files')
-rw-r--r--graphics/xli/files/patch-xli.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/xli/files/patch-xli.h b/graphics/xli/files/patch-xli.h
new file mode 100644
index 000000000000..80d1fb3c3b52
--- /dev/null
+++ b/graphics/xli/files/patch-xli.h
@@ -0,0 +1,10 @@
+--- xli.h.orig 1999-10-24 21:15:07.000000000 -0500
++++ xli.h 2011-04-08 03:00:16.026090836 -0500
+@@ -13,6 +13,7 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <math.h>
++#include <string.h>
+ #ifndef VMS
+ #include <unistd.h>
+ #endif