summaryrefslogtreecommitdiff
path: root/editors/nedit
diff options
context:
space:
mode:
authorJohn Fieber <jfieber@FreeBSD.org>1998-01-31 23:46:21 +0000
committerJohn Fieber <jfieber@FreeBSD.org>1998-01-31 23:46:21 +0000
commit120c6d00b9590ee5d75499ba959b90d11ac0a70d (patch)
tree3c2087561173e58d72b25a9066ddd1607c176a54 /editors/nedit
parentshare ja-plan with the world. (diff)
Add -DUSE_XMIM so input methods work.
Notes
Notes: svn path=/head/; revision=9546
Diffstat (limited to 'editors/nedit')
-rw-r--r--editors/nedit/files/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/nedit/files/patch-aa b/editors/nedit/files/patch-aa
index 48d87cc9e663..e2b370615d9f 100644
--- a/editors/nedit/files/patch-aa
+++ b/editors/nedit/files/patch-aa
@@ -59,7 +59,7 @@
+ AR=ar
+
+ # For editres, add -DEDITRES to CFLAGS and -lXmu to LIBS
-+ CFLAGS=-O -I${PREFIX}/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD
++ CFLAGS=-O -I${PREFIX}/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -DUSE_XMIM
+ LIBS= ${MOTIFLIB} -L${PREFIX}/lib -lm -lXpm -lXext -lXt -lSM -lICE -lX11
+
+ include Makefile.common
@@ -72,7 +72,7 @@
+ AR=ar
+
+ # For editres, add -DEDITRES to CFLAGS and -lXmu to LIBS
-+ CFLAGS=-O -I${PREFIX}/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD
++ CFLAGS=-O -I${PREFIX}/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -DUSE_XMIM
+ LIBS= ${MOTIFLIB} -L${PREFIX}/lib -lm -lXpm -lXext -lXt -lSM -lICE -lX11
+
+ include Makefile.common