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

Collapse All | Expand All

(-)config.mk (+11 lines)
Lines 255-260 Link Here
255
OBJ_DIR=$(DEPTH)/x11/REDHAT_LINUX PCKG_NAME="redhatlinux" \
255
OBJ_DIR=$(DEPTH)/x11/REDHAT_LINUX PCKG_NAME="redhatlinux" \
256
$(TARGETS)
256
$(TARGETS)
257
257
258
# New, 64-bit based systems:
259
x86_64:
260
	@$(MAKE) CC="g++" \
261
CFLAGS="-O2 -mtune=native -pipe -DUSE_RANDOM -DXEVIL_KEYSET=UIlinux -DUSE_UINT_NET_LENGTH" \
262
LINK_FLAGS="" \
263
INCL_DIRS="-I/usr/X11R6/include" \
264
LIBS_DIRS="-L/usr/X11R6/lib" \
265
LIBS="-lXpm -lpthread -lX11 -lm" \
266
OBJ_DIR=$(DEPTH)/x11/REDHAT_LINUX PCKG_NAME="redhatlinux" \
267
$(TARGETS)
268
258
#For debian-linux
269
#For debian-linux
259
debian-linux:
270
debian-linux:
260
	@$(MAKE) CC="g++" \
271
	@$(MAKE) CC="g++" \

Return to bug 254510