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

Collapse All | Expand All

(-)w3m-0.3-r2.ebuild (-3 / +3 lines)
Lines 47-53 Link Here
47
		# Which?
47
		# Which?
48
		echo 6
48
		echo 6
49
		# Do you want color ESC sequence for kterm/pxvt?
49
		# Do you want color ESC sequence for kterm/pxvt?
50
		echo n
50
		echo y
51
		# Use mouse (requires xterm/kterm/gpm/sysmouse)?
51
		# Use mouse (requires xterm/kterm/gpm/sysmouse)?
52
		use gpm &>/dev/null && echo y || echo n
52
		use gpm &>/dev/null && echo y || echo n
53
		# Use popup menu?
53
		# Use popup menu?
Lines 87-94 Link Here
87
		# Input your favorite C flags.
87
		# Input your favorite C flags.
88
		printf "%s\n" "$CFLAGS"
88
		printf "%s\n" "$CFLAGS"
89
		# Which terminal library do you want to use? (type "none" if you
89
		# Which terminal library do you want to use? (type "none" if you
90
		# do not need one)
90
		# do not need one) - for now just default it
91
		printf "%s\n" "-lncurses"
91
		echo
92
		# Input additional LD flags other than listed above, if any:
92
		# Input additional LD flags other than listed above, if any:
93
		# (default: -lncurses) : 
93
		# (default: -lncurses) : 
94
		echo
94
		echo

Return to bug 3942