Date: Mon, 10 Dec 2001 22:38:00 +0100 From: Holger Lamm <holger@eit.uni-kl.de> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/32682: Bugfix graphics/avifile Message-ID: <200112102138.fBALc0a30029@ernie.eit.uni-kl.de>
next in thread | raw e-mail | index | archive | help
>Number: 32682 >Category: ports >Synopsis: Bugfix graphics/avifile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 10 13:40:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: holger@eit.uni-kl.de >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD Trinity.garnix.de 4.4-STABLE FreeBSD 4.4-STABLE #6: Fri Oct 19 18:23:41 CEST 2001 root@Trinity.garnix.de:/usr/obj/usr/src/sys/TRINITY i386 >Description: The new autoconf/automake concepts makes compiling problems. Updated to use automake15 New file: - files/patch-libwin32loader >How-To-Repeat: >Fix: diff -Nur avifile/Makefile avifile.new/Makefile --- avifile/Makefile Tue Sep 25 18:22:31 2001 +++ avifile/Makefile Mon Dec 10 22:08:27 2001 @@ -28,8 +28,8 @@ INSTALLS_SHLIB= yes WRKSRC= ${WRKDIR}/${PORTNAME}-0.6 -USE_AUTOCONF= yes -USE_AUTOMAKE= yes +USE_AUTOCONF_VER=213 +USE_AUTOMAKE_VER=15 USE_LIBTOOL= yes LIBTOOLFILES= acinclude.m4 CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ diff -Nur avifile/files/patch-libwin32loader avifile.new/files/patch-libwin32loader --- avifile/files/patch-libwin32loader Thu Jan 1 01:00:00 1970 +++ avifile/files/patch-libwin32loader Mon Dec 10 22:04:27 2001 @@ -0,0 +1,13 @@ +--- plugins/libwin32/loader/Makefile.in.orig Mon Dec 10 22:03:16 2001 ++++ plugins/libwin32/loader/Makefile.in Mon Dec 10 21:51:23 2001 +@@ -534,8 +534,8 @@ + # so we eliminate .rel.text section from library + # it works this way too + # we actually don't need this line +-stubs.lo: stubs.s +- $(CC) -c $(srcdir)/stubs.s -o stubs.lo ++#stubs.lo: stubs.s ++# $(CC) -c $(srcdir)/stubs.s -o stubs.lo + + #win32.lo: win32.c + # $(CC) -O2 -fno-inline -fno-strict-aliasing $(DEFS) $(WINFLAGS) -c $< -o $@ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112102138.fBALc0a30029>