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

(-)avifile/Makefile (-2 / +2 lines)
Lines 28-35 Link Here
28
INSTALLS_SHLIB=	yes
28
INSTALLS_SHLIB=	yes
29
WRKSRC=		${WRKDIR}/${PORTNAME}-0.6
29
WRKSRC=		${WRKDIR}/${PORTNAME}-0.6
30
30
31
USE_AUTOCONF=	yes
31
USE_AUTOCONF_VER=213
32
USE_AUTOMAKE=	yes
32
USE_AUTOMAKE_VER=15
33
USE_LIBTOOL=	yes
33
USE_LIBTOOL=	yes
34
LIBTOOLFILES=	acinclude.m4
34
LIBTOOLFILES=	acinclude.m4
35
CONFIGURE_ENV=	SDL_CONFIG="${SDL_CONFIG}" \
35
CONFIGURE_ENV=	SDL_CONFIG="${SDL_CONFIG}" \
(-)avifile/files/patch-libwin32loader (+13 lines)
Line 0 Link Here
1
--- plugins/libwin32/loader/Makefile.in.orig	Mon Dec 10 22:03:16 2001
2
+++ plugins/libwin32/loader/Makefile.in	Mon Dec 10 21:51:23 2001
3
@@ -534,8 +534,8 @@
4
 # so we eliminate .rel.text section from library
5
 # it works this way too
6
 # we actually don't need this line
7
-stubs.lo: stubs.s
8
-	$(CC) -c $(srcdir)/stubs.s -o stubs.lo
9
+#stubs.lo: stubs.s
10
+#	$(CC) -c $(srcdir)/stubs.s -o stubs.lo
11
 
12
 #win32.lo: win32.c
13
 #	$(CC) -O2 -fno-inline -fno-strict-aliasing $(DEFS) $(WINFLAGS) -c $< -o $@

Return to bug 32682