diff options
author | fredb <fredb> | 2001-03-26 07:08:59 +0000 |
---|---|---|
committer | fredb <fredb> | 2001-03-26 07:08:59 +0000 |
commit | 0284d54bb2c1a6395e7338ed5c0bb24d93401745 (patch) | |
tree | e845b4b0438541927607de69467f36dfa5eb1d58 /x11/ssystem/patches | |
parent | a497efd84edd0eb72dbad2ee8e8648c41a1194af (diff) | |
download | pkgsrc-0284d54bb2c1a6395e7338ed5c0bb24d93401745.tar.gz |
Initial import of ssystem, a Solar System Flyby Simulator, (and most
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.
Diffstat (limited to 'x11/ssystem/patches')
-rw-r--r-- | x11/ssystem/patches/patch-aa | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11/ssystem/patches/patch-aa b/x11/ssystem/patches/patch-aa new file mode 100644 index 00000000000..ed7ad52d49e --- /dev/null +++ b/x11/ssystem/patches/patch-aa @@ -0,0 +1,15 @@ +$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 |