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

Collapse All | Expand All

(-)fst-1.6/fst/Makefile.in (-1 / +1 lines)
Lines 95-101 Link Here
95
	$(LDSHARED) $(LDDLLFLAGS) -o $@ $(fst_exe_OBJS) $(fst_exe_MODULE).spec.o $(fst_exe_LIBRARY_PATH) $(ALL_LIBRARY_PATH) $(fst_exe_LIBRARIES:%=-l%) $(ALL_LIBRARIES) $(LIBS)
95
	$(LDSHARED) $(LDDLLFLAGS) -o $@ $(fst_exe_OBJS) $(fst_exe_MODULE).spec.o $(fst_exe_LIBRARY_PATH) $(ALL_LIBRARY_PATH) $(fst_exe_LIBRARIES:%=-l%) $(ALL_LIBRARIES) $(LIBS)
96
96
97
fstconfig: $(fst_exe_MODULE).so fstconfig.o
97
fstconfig: $(fst_exe_MODULE).so fstconfig.o
98
	$(CC) -o fstconfig fstconfig.o -L. -lfst 
98
	$(CC) -o fstconfig fstconfig.o -L. -lfst $(WINE_LIBRARY_PATH) $(WINE_LIBRARIES)
99
99
100
100
101
top_distdir = ..
101
top_distdir = ..

Return to bug 61300