diff options
author | John Fieber <jfieber@FreeBSD.org> | 1998-01-31 23:46:21 +0000 |
---|---|---|
committer | John Fieber <jfieber@FreeBSD.org> | 1998-01-31 23:46:21 +0000 |
commit | 120c6d00b9590ee5d75499ba959b90d11ac0a70d (patch) | |
tree | 3c2087561173e58d72b25a9066ddd1607c176a54 /editors/nedit | |
parent | 3965b16559f1a5fe4db6bee09471c1e5bd3dcdbd (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-aa | 4 |
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 |