View | Details | Raw Unified | Return to bug 156144
Collapse All | Expand All

(-)Makefile (-8 lines)
Lines 86-99 Link Here
86
86
87
.include <bsd.port.pre.mk>
87
.include <bsd.port.pre.mk>
88
88
89
.if defined(WITH_LIBUSB)
90
.if ${OSVERSION}<800063
91
LIB_DEPENDS+=		usb:${PORTSDIR}/devel/libusb
92
.endif
93
.else
94
CONFIGURE_ARGS+=	--disable-libusb
95
.endif
96
97
.if exists(${LOCALBASE}/bin/fc-cache)
89
.if exists(${LOCALBASE}/bin/fc-cache)
98
PLIST_SUB+=		FCCACHE=""
90
PLIST_SUB+=		FCCACHE=""
99
PLIST_SUB+=		NOFCCACHE="@comment "
91
PLIST_SUB+=		NOFCCACHE="@comment "
(-)files/patch-dynlib.c (-11 / +11 lines)
Lines 1-11 Link Here
1
--- src/arch/unix/dynlib.c.orig	2009-10-21 18:46:46.000000000 +0200
1
--- src/arch/unix/dynlib.c.orig	2009-12-20 18:54:03.000000000 +0100
2
+++ src/arch/unix/dynlib.c	2009-12-25 19:00:10.000000000 +0100
2
+++ src/arch/unix/dynlib.c	2011-04-03 02:33:30.000000000 +0200
3
@@ -51,6 +51,8 @@
3
@@ -52,6 +52,8 @@
4
 
4
 
5
 #else
5
 #else
6
 
6
 
7
+#include <string.h>
7
+#include <stdlib.h>
8
+
8
+
9
 void *vice_dynlib_open(const char *name)
9
 void *vice_dynlib_open(const char *name)
10
 {
10
 {
11
     return NULL;
11
     return NULL;

Return to bug 156144