[Bug 209698] multimedia/kodi: 16.0 doesn't build on FreeBSD 10.3-RELEASE amd64

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Oct 20 20:55:24 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209698

--- Comment #11 from Carlos J. Puga Medina <cpm at freebsd.org> ---
(In reply to Vladimir Omelchuk from comment #9)

The following patch will fix the issue:

--- Makefile.in.orig    2016-10-20 18:15:13 UTC
+++ Makefile.in
@@ -434,7 +434,7 @@ endif
 ifeq ($(findstring osx, at ARCH@), osx)
        $(SILENT_LD) $(CXX) $(LDFLAGS) -o @APP_NAME_LC at .bin $(MAINOBJS)
-Wl,-all_load,-ObjC $(MAINOBJS) $(DYNOBJSXBMC) $(NWAOBJSXBMC) $(OBJSXBMC)
$(LIBS) -rdynamic
 else
-       $(SILENT_LD) $(CXX) $(CXXFLAGS) $(LDFLAGS) -o @APP_NAME_LC at .bin
$(MAINOBJS) -Wl,--start-group $(MAINOBJS) $(DYNOBJSXBMC) $(OBJSXBMC)
-Wl,--end-group $(NWAOBJSXBMC) $(LIBS) -rdynamic
+       $(SILENT_LD) $(CXX) $(CXXFLAGS) $(LDFLAGS) -o @APP_NAME_LC at .bin
$(MAINOBJS) -Wl,--start-group $(MAINOBJS) $(DYNOBJSXBMC) $(OBJSXBMC)
-Wl,--end-group $(NWAOBJSXBMC) $(LIBS) -rdynamic
./tools/depends/native/libsquish-native/squish-install/lib/libsquish.a
 endif

 @APP_NAME_LC at -xrandr: xbmc-xrandr.c


See bug #204380 for further details.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list