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

Collapse All | Expand All

(-)FreeWnn-1.1.1-a021.orig/Wnn/jlib/Makefile.in (-1 / +1 lines)
Lines 101-107 Link Here
101
all:: libwnn.la
101
all:: libwnn.la
102
102
103
libwnn.la: $(OBJS) $(EXTRALIBRARYDEPS)
103
libwnn.la: $(OBJS) $(EXTRALIBRARYDEPS)
104
	$(LIBTOOL) --mode=link $(CC) -o $@ $(OBJS:.o=.lo) -rpath $(WNNLIBDIR) -version-info $(WNNJLIBVERSION)
104
	$(LIBTOOL) --mode=link $(CC) -o $@ $(OBJS:.o=.lo) @LIBS@ -rpath $(WNNLIBDIR) -version-info $(WNNJLIBVERSION)
105
105
106
lintlib:: llib-lwnn.ln
106
lintlib:: llib-lwnn.ln
107
107

Return to bug 298744