summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/xrmap/files/xrmap-2.32-asneeded.patch')
-rw-r--r--x11-misc/xrmap/files/xrmap-2.32-asneeded.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-misc/xrmap/files/xrmap-2.32-asneeded.patch b/x11-misc/xrmap/files/xrmap-2.32-asneeded.patch
new file mode 100644
index 000000000000..6675be293d16
--- /dev/null
+++ b/x11-misc/xrmap/files/xrmap-2.32-asneeded.patch
@@ -0,0 +1,11 @@
+--- Makefile.noimake
++++ Makefile.noimake
+@@ -19,7 +19,7 @@
+ ## LDOPTIONS=-O6 -g -Wall libxpm/libXpm.a -lX11 -lz -lm -L/usr/X11R6/lib
+
+ all: explorer.o xrmap.o
+- gcc $(LDOPTIONS) -o xrmap explorer.o xrmap.o
++ gcc -o xrmap explorer.o xrmap.o $(LDOPTIONS)
+ cd editkit ; make -f Makefile.kit DESTDIR=$(DESTDIR)
+ cd earthview ; make DESTDIR=$(DESTDIR)
+ @cat EXTRADATA