summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandy Westcott <brandy@gentoo.org>2003-12-15 05:16:22 +0000
committerBrandy Westcott <brandy@gentoo.org>2003-12-15 05:16:22 +0000
commit62200beac0cf8414dd4b636b56a9ca3a09a5a1a0 (patch)
tree6e365b2c17a4f3906c0ac8f1204c6f464e08d770 /media-gfx/radiance
parentinitial add of this package (diff)
downloadhistorical-62200beac0cf8414dd4b636b56a9ca3a09a5a1a0.tar.gz
historical-62200beac0cf8414dd4b636b56a9ca3a09a5a1a0.tar.bz2
historical-62200beac0cf8414dd4b636b56a9ca3a09a5a1a0.zip
Fixed up noX11.patch so we really can compile without xfree.
Diffstat (limited to 'media-gfx/radiance')
-rw-r--r--media-gfx/radiance/files/radiance-3.5-noX11.patch33
1 files changed, 33 insertions, 0 deletions
diff --git a/media-gfx/radiance/files/radiance-3.5-noX11.patch b/media-gfx/radiance/files/radiance-3.5-noX11.patch
index 5ed888d55e57..1fa1573ea011 100644
--- a/media-gfx/radiance/files/radiance-3.5-noX11.patch
+++ b/media-gfx/radiance/files/radiance-3.5-noX11.patch
@@ -1,3 +1,36 @@
+diff -ur ray.orig/src/hd/Rmakefile ray/src/hd/Rmakefile
+--- ray.orig/src/hd/Rmakefile 2003-12-15 16:52:34.000000000 +1300
++++ ray/src/hd/Rmakefile 2003-12-15 18:12:48.000000000 +1300
+@@ -24,7 +24,7 @@
+
+ all: $(PROGS)
+
+-install: all $(DEVS) $(SPECIAL)
++install: all $(SPECIAL)
+ cp $(PROGS) $(INSTDIR)
+
+ clean:
+@@ -74,7 +74,7 @@
+ rm -f $(DEVDIR)/x11h.hdi
+ ln $(DEVDIR)/x11.hdi $(DEVDIR)/x11h.hdi
+
+-$(DEVDIR)/x11.hdi: rhdisp.o rhdisp2.o viewbeams.o rhd_x11.o rhd_qtree.o \
++$(DEVDIR)/x11.hdi: rhdisp.o rhdisp2.o viewbeams.o rhd_qtree.o \
+ rhd_qtree2r.o rhd_ctab.o holo.o
+ $(CC) $(CFLAGS) -o $(DEVDIR)/x11.hdi rhdisp.o rhdisp2.o viewbeams.o \
+ rhd_x11.o rhd_qtree.o rhd_qtree2r.o rhd_ctab.o holo.o -lrt -lX11 -lm
+diff -ur ray.orig/src/meta/Rmakefile ray/src/meta/Rmakefile
+--- ray.orig/src/meta/Rmakefile 2003-12-15 16:52:35.000000000 +1300
++++ ray/src/meta/Rmakefile 2003-12-15 18:02:14.000000000 +1300
+@@ -32,7 +32,7 @@
+
+ general: $(INSTDIR)/meta2tga $(INSTDIR)/pexpand $(INSTDIR)/psort \
+ $(INSTDIR)/cv $(INSTDIR)/psmeta $(INSTDIR)/plotin \
+-$(INSTDIR)/x11meta ../lib/libmeta.a $(INSTDIR)/bgraph $(INSTDIR)/igraph \
++../lib/libmeta.a $(INSTDIR)/bgraph $(INSTDIR)/igraph \
+ $(INSTDIR)/dgraph $(INSTDIR)/gcomp $(INSTDIR)/plot4
+
+ special: $(EXEC2)/mt160l $(EXEC2)/mt160 $(EXEC2)/mtext \
diff -ur ray.orig/src/px/Rmakefile ray/src/px/Rmakefile
--- ray.orig/src/px/Rmakefile 2003-12-15 16:52:34.000000000 +1300
+++ ray/src/px/Rmakefile 2003-12-15 16:56:41.000000000 +1300