Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 545002 | Differences between
and this patch

Collapse All | Expand All

(-)xbmc-14.1-Helix.orig/lib/cximage-6.0/Makefile.in (-3 / +3 lines)
Lines 4-11 Link Here
4
ARCHIVE=$(SO:.so=.a)
4
ARCHIVE=$(SO:.so=.a)
5
SYSDIR=../../system
5
SYSDIR=../../system
6
SLIB=$(SYSDIR)/$(SO)
6
SLIB=$(SYSDIR)/$(SO)
7
DIRS=CxImage raw jbig
7
DIRS=CxImage raw
8
SLIBS=CxImage/cximage.a raw/raw.a jbig/jbig.a
8
SLIBS=CxImage/cximage.a raw/raw.a
9
9
10
ifeq ($(findstring osx,$(ARCH)), osx)
10
ifeq ($(findstring osx,$(ARCH)), osx)
11
	export ARCH
11
	export ARCH
Lines 21-27 Link Here
21
		CxImage/*.o jasper/*/*.o jbig/*.o raw/*.o
21
		CxImage/*.o jasper/*/*.o jbig/*.o raw/*.o
22
else
22
else
23
	$(CXX) $(CFLAGS) $(LDFLAGS) -shared -o $(SLIB) -Wl,--whole-archive $(SLIBS) \
23
	$(CXX) $(CFLAGS) $(LDFLAGS) -shared -o $(SLIB) -Wl,--whole-archive $(SLIBS) \
24
		-Wl,--no-whole-archive -lpng -ljasper -ljpeg -ltiff -lz -Wl,--unresolved-symbols=ignore-all
24
		-Wl,--no-whole-archive -ljbig -lpng -ljasper -ljpeg -ltiff -lz -Wl,--unresolved-symbols=ignore-all
25
endif
25
endif
26
26
27
$(SLIBS): compile 
27
$(SLIBS): compile 

Return to bug 545002