Bug 65114 - [PATCH] multimedia/libxine: [use lthack]
Summary: [PATCH] multimedia/libxine: [use lthack]
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: MANTANI Nobutaka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-03 08:40 UTC by Michael Johnson
Modified: 2004-04-11 17:17 UTC (History)
1 user (show)

See Also:


Attachments
libxine-1.0.r3_4.patch (520 bytes, patch)
2004-04-03 08:40 UTC, Michael Johnson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Johnson 2004-04-03 08:40:18 UTC
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.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-04-03 10:56:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nobutaka

Over to maintainer.
Comment 2 MANTANI Nobutaka freebsd_committer freebsd_triage 2004-04-11 17:11:54 UTC
State Changed
From-To: open->closed

Committed with a slight modification, thanks!