mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
- Stage - Fix some gcc warnings - Add LICENSE - Define OPTIONS for DOC, EXAMPLES and DEBUG - Silence pre-install and do-install PR: ports/192619 Submitted by: Marco Steinbach [coco (executive-computing.de)]
9 lines
231 B
C
9 lines
231 B
C
--- dl.c.orig 2014-08-12 18:52:40.000000000 +0200
|
|
+++ dl.c 2014-08-12 18:55:42.000000000 +0200
|
|
@@ -1,3 +1,6 @@
|
|
+#ifdef __FreeBSD__
|
|
+#include <stdio.h>
|
|
+#endif
|
|
#define _FILE_OFFSET_BITS 64
|
|
#define _GNU_SOURCE
|
|
#include "socket.h"
|