diff options
-rw-r--r-- | devel/bglibs/Makefile | 1 | ||||
-rw-r--r-- | devel/bglibs/files/patch-clockgettime | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/devel/bglibs/Makefile b/devel/bglibs/Makefile index d03ddf0fb488..be1736e37f26 100644 --- a/devel/bglibs/Makefile +++ b/devel/bglibs/Makefile @@ -18,6 +18,7 @@ NOT_FOR_ARCHS= alpha USE_GPG= yes SIG_SUFFIX= .sig +USE_GCC= 3.2+ LDFLAGS?= -s BGLIBS_INC= ${PREFIX}/include/${PORTNAME} BGLIBS_LIB= ${PREFIX}/lib/${PORTNAME} diff --git a/devel/bglibs/files/patch-clockgettime b/devel/bglibs/files/patch-clockgettime new file mode 100644 index 000000000000..dbc5c4725c04 --- /dev/null +++ b/devel/bglibs/files/patch-clockgettime @@ -0,0 +1,9 @@ +--- sys/tryclockgettime.c Tue Aug 23 14:23:04 2005 ++++ sys/tryclockgettime.c Sat Sep 24 20:08:17 2005 +@@ -1,5 +1,5 @@ + /* $Id: patch-bglibs-1.027-dw-clockgettime.1-freebsd,v 1.1 2005/09/25 00:11:22 root Exp $ */ +-#include <time.h> ++#include <sys/time.h> + + int main(void) + { |