diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-11-24 22:48:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-11-24 22:48:55 +0000 |
commit | 31d82e66898b44f32cfa72e48262ed70f56b8428 (patch) | |
tree | e9b399b73cd15921740c1b908e39bbbe148d5f51 | |
parent | e89472339b45c8b77462f2416fa8122dfc756765 (diff) |
Notes
-rw-r--r-- | editors/qemacs/files/patch-Makefile | 11 |
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 |