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

Collapse All | Expand All

(-)xrmap-2.32.orig/Makefile.noimake (-1 / +1 lines)
Lines 19-25 Link Here
19
## LDOPTIONS=-O6 -g -Wall libxpm/libXpm.a -lX11 -lz -lm -L/usr/X11R6/lib
19
## LDOPTIONS=-O6 -g -Wall libxpm/libXpm.a -lX11 -lz -lm -L/usr/X11R6/lib
20
20
21
all: explorer.o xrmap.o
21
all: explorer.o xrmap.o
22
	gcc $(LDOPTIONS) -o xrmap explorer.o xrmap.o  
22
	gcc -o xrmap explorer.o xrmap.o $(LDOPTIONS)
23
	cd editkit ; make -f Makefile.kit DESTDIR=$(DESTDIR)
23
	cd editkit ; make -f Makefile.kit DESTDIR=$(DESTDIR)
24
	cd earthview ; make DESTDIR=$(DESTDIR)	
24
	cd earthview ; make DESTDIR=$(DESTDIR)	
25
	@cat EXTRADATA
25
	@cat EXTRADATA

Return to bug 248586