aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/wm2
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-01-30 10:25:34 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-01-30 10:25:34 +0000
commit2df76eb0a73bb59d817aa60758a5f10e3e544c3b (patch)
tree07e10c49034b87755dafb03956ad93c5363e0bb7 /x11-wm/wm2
parent1c97f613254a72e0ae97ea8d817ebe38096d6949 (diff)
downloadports-2df76eb0a73bb59d817aa60758a5f10e3e544c3b.tar.gz
ports-2df76eb0a73bb59d817aa60758a5f10e3e544c3b.zip
- Remove support for a.out format and PORTOBJFORMAT variable from individual
ports With hat: portmgr
Notes
Notes: svn path=/head/; revision=183698
Diffstat (limited to 'x11-wm/wm2')
-rw-r--r--x11-wm/wm2/files/patch-aa4
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-wm/wm2/files/patch-aa b/x11-wm/wm2/files/patch-aa
index 4666f3385e8f..a9e723ad4b0c 100644
--- a/x11-wm/wm2/files/patch-aa
+++ b/x11-wm/wm2/files/patch-aa
@@ -1,12 +1,10 @@
--- Makefile.orig Fri Mar 21 12:12:30 1997
+++ Makefile Tue Jan 28 17:53:41 2003
-@@ -1,9 +1,12 @@
+@@ -1,9 +1,10 @@
-LIBS = -L/usr/X11/lib -lXext -lX11 -lXmu -lm
+LIBS = -L$(PREFIX)/lib -lXext -lX11 -lXmu -lm
-+.if $(PORTOBJFORMAT) == "elf"
+LIBS += -Wl,-rpath,$(PREFIX)/lib
-+.endif
-CC = gcc
-CCC = gcc