From 31d82e66898b44f32cfa72e48262ed70f56b8428 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Fri, 24 Nov 2006 22:48:55 +0000 Subject: [PATCH] - Respect X11BASE PR: ports/105818 Submitted by: trasz --- editors/qemacs/files/patch-Makefile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/editors/qemacs/files/patch-Makefile b/editors/qemacs/files/patch-Makefile index 21fcb9707c3d..dc8d946d5a28 100644 --- a/editors/qemacs/files/patch-Makefile +++ b/editors/qemacs/files/patch-Makefile @@ -1,5 +1,5 @@ --- Makefile.orig Thu May 2 02:27:40 2002 -+++ Makefile Thu Feb 20 21:46:55 2003 ++++ Makefile Fri Nov 24 15:53:28 2006 @@ -42,17 +42,17 @@ # CONFIG_PNG_OUTPUT=y @@ -24,3 +24,12 @@ ######################################################## # do not modify after this +@@ -136,7 +136,7 @@ + DEFINES+= -DCONFIG_XFT + LIBS+=-lXft + endif +-LIBS+= -L/usr/X11R6/lib -lXext -lX11 ++LIBS+= -L$(X11BASE)/lib -lXext -lX11 + endif + + ifdef CONFIG_HTML