a3a8f07542
excellent screensaver). It's possible to download and install high-res maps of selected moons and planets, but including those in the package would make it weigh in a little heavy, so we just install the READMEs, and leave it to the user to download the jpgs, if he wants them.
15 lines
595 B
Text
15 lines
595 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2001/03/26 07:08:59 fredb Exp $
|
|
|
|
--- Makefile.FreeBSD.orig Thu Feb 25 05:48:53 1999
|
|
+++ Makefile.FreeBSD Sun Mar 25 23:28:12 2001
|
|
@@ -28,8 +28,8 @@
|
|
|
|
CFLAGS+= -I$(X11BASE)/include -I$(MESADIR)/include -I$(JPEGDIR)/include -DSDATADIR=\"${SDATADIR}\"
|
|
|
|
-LDFLAGS= -L$(X11BASE)/lib -L$(MESADIR)/lib -L${JPEGDIR}/lib \
|
|
- -ljpeg -lglut -lMesaGLU -lMesaGL -lXext -lXmu -lX11 -lXi -lm
|
|
+LDFLAGS= -L$(X11BASE)/lib -Wl,-R$(X11BASE)/lib -L${JPEGDIR}/lib -Wl,-R${JPEGDIR}/lib \
|
|
+ -ljpeg -lglut -lGLU -lGL -lXext -lXmu -lX11 -lXi -lm
|
|
|
|
# FreeBSD specific
|
|
.ifdef PORTOBJFORMAT
|