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

Collapse All | Expand All

(-)flvw/1.0/makeinclude.in (-1 / +1 lines)
Lines 50-56 Link Here
50
CFLAGS	=	@CFLAGS@ -I.. $(DEFVER)
50
CFLAGS	=	@CFLAGS@ -I.. $(DEFVER)
51
CXXFLAGS =	@CXXFLAGS@ -I.. $(DEFVER) 
51
CXXFLAGS =	@CXXFLAGS@ -I.. $(DEFVER) 
52
LIBS	=	-lflvw @LIBS@ -lX11 -lXext -rdynamic -lm -ldl
52
LIBS	=	-lflvw @LIBS@ -lX11 -lXext -rdynamic -lm -ldl
53
LDFLAGS	=	@LDFLAGS@ -L../lib
53
LDFLAGS	=	`fltk-config --ldflags` @LDFLAGS@ -L../lib
54
54
55
#
55
#
56
# Rules...
56
# Rules...

Return to bug 94403