summaryrefslogtreecommitdiff
path: root/devel/bglibs/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-01-24 21:50:30 +0000
committerjoerg <joerg@pkgsrc.org>2006-01-24 21:50:30 +0000
commitb633f725fa64df2da60fd08bdd104aeac6315e55 (patch)
tree956b6893714b333998b1c1189669926717d20616 /devel/bglibs/patches
parent39c238e10e7efa2875ae024bcc978389671bf297 (diff)
downloadpkgsrc-b633f725fa64df2da60fd08bdd104aeac6315e55.tar.gz
When checking for CLOCK_REALTIME and friends, include sys/time.h for
DragonFly as well.
Diffstat (limited to 'devel/bglibs/patches')
-rw-r--r--devel/bglibs/patches/patch-aa7
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/bglibs/patches/patch-aa b/devel/bglibs/patches/patch-aa
new file mode 100644
index 00000000000..ad579dcc7dc
--- /dev/null
+++ b/devel/bglibs/patches/patch-aa
@@ -0,0 +1,7 @@
+--- sys/tryclockgettime.c.orig 2006-01-24 20:56:01.000000000 +0000
++++ sys/tryclockgettime.c 2006-01-24 20:55:51.000000000 +0000
+@@ -2,3 +2,4 @@
++#include <sys/time.h>
+ #include <time.h>
+
+ int main(void)