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

Collapse All | Expand All

(-)Makefile~ (-6 / +6 lines)
Lines 57-78 Link Here
57
# Define which graphics implementation to use. Currently, the options are
57
# Define which graphics implementation to use. Currently, the options are
58
# -DGFX_GNOME for Gnome, or -DGFX_XVIEW for XView, or empty for no previewer
58
# -DGFX_GNOME for Gnome, or -DGFX_XVIEW for XView, or empty for no previewer
59
# under OS2, DOS.
59
# under OS2, DOS.
60
#GFX_OPTIONS = -DGFX_GNOME
60
GFX_OPTIONS = -DGFX_GNOME
61
GFX_OPTIONS = -DGFX_XVIEW
61
#GFX_OPTIONS = -DGFX_XVIEW
62
#GFX_OPTIONS =
62
#GFX_OPTIONS =
63
63
64
# ---------------------------------------------------------------------------
64
# ---------------------------------------------------------------------------
65
# Define which directories contain the graphics header files. The lines
65
# Define which directories contain the graphics header files. The lines
66
# below are for the Gnome, XView and no previewer cases;
66
# below are for the Gnome, XView and no previewer cases;
67
#GFX_INCLUDE = $(shell gnome-config --cflags glib gtk gnome gnomeui)
67
GFX_INCLUDE = $(shell gnome-config --cflags glib gtk gnome gnomeui)
68
GFX_INCLUDE = -I/usr/openwin/include
68
#GFX_INCLUDE = -I/usr/openwin/include
69
#GFX_INCLUDE = 
69
#GFX_INCLUDE = 
70
70
71
# ---------------------------------------------------------------------------
71
# ---------------------------------------------------------------------------
72
# Define which graphics libraries are required when linking the executable.
72
# Define which graphics libraries are required when linking the executable.
73
# The lines below are for the Gnome, XView, and no previewer cases;
73
# The lines below are for the Gnome, XView, and no previewer cases;
74
#GFX_LIBS = $(shell gnome-config --libs glib gtk gnome gnomeui)
74
GFX_LIBS = $(shell gnome-config --libs glib gtk gnome gnomeui)
75
GFX_LIBS = -L/usr/openwin/lib -lxview -lolgx -L/usr/X11R6/lib -lX11
75
#GFX_LIBS = -L/usr/openwin/lib -lxview -lolgx -L/usr/X11R6/lib -lX11
76
#GFX_LIBS =
76
#GFX_LIBS =
77
77
78
# ---------------------------------------------------------------------------
78
# ---------------------------------------------------------------------------

Return to bug 80382