aboutsummaryrefslogtreecommitdiffstats
path: root/editors/qemacs
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2006-11-25 06:48:55 +0800
committermiwi <miwi@FreeBSD.org>2006-11-25 06:48:55 +0800
commitc76303ef7ac93a8e85fec0a8c2512530d586c4a0 (patch)
treef38a2b383f1693274adc5b34e333701b7e2645f0 /editors/qemacs
parent50bc9e188ce6fa02ffb101244ae031ea070c3c66 (diff)
downloadfreebsd-ports-gnome-c76303ef7ac93a8e85fec0a8c2512530d586c4a0.tar.gz
freebsd-ports-gnome-c76303ef7ac93a8e85fec0a8c2512530d586c4a0.tar.zst
freebsd-ports-gnome-c76303ef7ac93a8e85fec0a8c2512530d586c4a0.zip
- Respect X11BASE
PR: ports/105818 Submitted by: trasz
Diffstat (limited to 'editors/qemacs')
-rw-r--r--editors/qemacs/files/patch-Makefile11
1 files changed, 10 insertions, 1 deletions
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