Date: Sat, 3 Apr 2004 02:31:36 -0500 (EST) From: michael johnson <ahze@ahze.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: nobutaka@FreeBSD.org Subject: ports/65114: [PATCH] multimedia/libxine: [use lthack] Message-ID: <200404030731.i337VaWc084253@gentoo.ahze.net> Resent-Message-ID: <200404030740.i337eIBI042470@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 65114 >Category: ports >Synopsis: [PATCH] multimedia/libxine: [use lthack] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 02 23:40:18 PST 2004 >Closed-Date: >Last-Modified: >Originator: michael johnson >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD gentoo.ahze.net 5.2-CURRENT FreeBSD 5.2-CURRENT #37: Sat Mar 27 18:30:44 EST 2004 >Description: does not compile on 5.2-CURRENT /bin/sh ../../libtool --mode=link /usr/local/bin/ccache /usr/bin/cc -I/usr/X11R6/include -pipe -fomit-frame-pointer -falign-functions=4 -falign-loops=4 -falign-jumps=4 -mpreferred-stack-boundary=2 -fexpensive-optimizations -fschedule-insns2 -fno-strict-aliasing -ffast-math -finline-functions -Wall -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -Wpointer-arith -Wnested-externs -Wcast-align -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -DENABLE_IPV6 -O -pipe -O -march=athlon-xp -pipe -march=athlon-xp -L/usr/local/lib -L/usr/X11R6/lib -o libxineutils.la cpu_accel.lo color.lo list.lo memcpy.lo monitor.lo utils.lo xine_check.lo xine_mutex.lo xmllexer.lo xmlparser.lo xine_buffer.lo -lpthread libtool: link: unable to infer tagged configuration libtool: link: specify a tag with `--tag' gmake[3]: *** [libxineutils.la] Error 1 gmake[3]: Leaving directory `/usr/ports/multimedia/libxine/work/xine-lib-1-rc3a/src/xine-utils' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/multimedia/libxine/work/xine-lib-1-rc3a/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/multimedia/libxine/work/xine-lib-1-rc3a' gmake: *** [all] Error 2 *** Error code 2 I'm not sure I did the right thing but it compiles with the following. >How-To-Repeat: >Fix: --- libxine-1.0.r3_4.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/multimedia/libxine/Makefile,v retrieving revision 1.58 diff -u -r1.58 Makefile --- Makefile 30 Mar 2004 19:20:22 -0000 1.58 +++ Makefile 3 Apr 2004 07:26:56 -0000 @@ -30,9 +30,9 @@ USE_GETTEXT= yes USE_ICONV= yes USE_X_PREFIX= yes -GNU_CONFIGURE= yes +USE_LIBTOOL_VER=13 WANT_GNOME= yes -USE_GNOME= gnomehack gnometarget +USE_GNOME= lthack gnomehack gnometarget USE_GMAKE= yes USE_GL= yes USE_SDL= sdl --- libxine-1.0.r3_4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404030731.i337VaWc084253>