diff options
-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 |