Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 116406
Collapse All | Expand All

(-)gargoyle-20051002/garglk/Jamfile.orig (-8 / +3 lines)
Lines 44-62 Link Here
44
44
45
else
45
else
46
{
46
{
47
	SRCS += sndnull.c ;
47
	SRCS += sndfmod.c ;
48
48
49
	SUFEXE on libgargoyle.so = ;
49
	SUFEXE on libgargoyle.so = ;
50
	LINKFLAGS on libgargoyle.so = -shared ;
50
	LINKFLAGS on libgargoyle.so = -shared ;
51
	LINKLIBS on libgargoyle.so = 
51
	LINKLIBS on libgargoyle.so = 
52
		 "`pkg-config freetype2 gtk+-2.0 gdk-x11-2.0 gobject-2.0 --libs`"
52
		 "`pkg-config freetype2 gtk+-2.0 gdk-x11-2.0 gobject-2.0 --libs`"
53
		-lfreetype -ljpeg -lpng -lz ;
53
		-lfreetype -ljpeg -lpng -lz -lfmod ;
54
	Main libgargoyle.so : $(SRCS) sysgtk.c ;
54
	Main libgargoyle.so : $(SRCS) sysgtk.c main.c ;
55
56
	Library libgarglk : main.c ;
57
	Depends libgarglk.a : libgargoyle.so ;
58
59
	Shell bin/gargoyle : launcher.sh ;
60
}
55
}
61
56
62
# This would be too simple, wouldn't it?
57
# This would be too simple, wouldn't it?

Return to bug 116406