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

(-)/home/trasz/mplayerxp/Makefile (-1 / +3 lines)
Lines 30-35 Link Here
30
USE_GMAKE=	yes
30
USE_GMAKE=	yes
31
HAS_CONFIGURE=	yes
31
HAS_CONFIGURE=	yes
32
WANT_SDL=	yes
32
WANT_SDL=	yes
33
USE_LDCONFIG=	yes
33
34
34
MAN1=	mplayerxp.1
35
MAN1=	mplayerxp.1
35
36
Lines 38-44 Link Here
38
.include <bsd.port.pre.mk>
39
.include <bsd.port.pre.mk>
39
40
40
# add this after <bsd.port.pre.mk> so that we inherit /etc/make.conf
41
# add this after <bsd.port.pre.mk> so that we inherit /etc/make.conf
41
CONFIGURE_ARGS+= --with-extralibdir=${LOCALBASE}/lib \
42
CONFIGURE_ARGS+=	--with-extralibdir=${LOCALBASE}/lib \
42
		--with-extraincdir=${LOCALBASE}/include \
43
		--with-extraincdir=${LOCALBASE}/include \
43
		--with-x11incdir=${X11BASE}/include \
44
		--with-x11incdir=${X11BASE}/include \
44
		--with-x11libdir=${X11BASE}/lib \
45
		--with-x11libdir=${X11BASE}/lib \
Lines 51-56 Link Here
51
		--disable-rtc \
52
		--disable-rtc \
52
		--disable-vm \
53
		--disable-vm \
53
		--disable-tv-v4l
54
		--disable-tv-v4l
55
CONFIGURE_ENV+=	LANG=C
54
# insure CC,LD safeness
56
# insure CC,LD safeness
55
MAKE_ARGS+=	CC="${CC}" LD="${LD}"
57
MAKE_ARGS+=	CC="${CC}" LD="${LD}"
56
58
(-)/home/trasz/mplayerxp/files/patch-loader-win32.c (+11 lines)
Line 0 Link Here
1
--- loader/win32.c.orig	Thu Jan 18 11:06:11 2007
2
+++ loader/win32.c	Thu Jan 18 11:06:32 2007
3
@@ -66,7 +66,7 @@
4
 #include <kstat.h>
5
 #endif
6
 
7
-#if HAVE_VSSCANF
8
+#if 1
9
 int vsscanf( const char *str, const char *format, va_list ap);
10
 #else
11
 /* system has no vsscanf.  try to provide one */

Return to bug 108080