freebsd-ports/japanese/Wnn7-lib/files/patch-config_X11.tmpl
Adam Weinberger f9d86cf02f Rename the rather surprising number of japanese/ patch-xy patches
to reflect the files they modify.
2014-07-28 22:14:07 +00:00

43 lines
1 KiB
Cheetah

--- work/src/config/X11.tmpl~ Wed Oct 17 10:37:18 2001
+++ config/X11.tmpl Sat Oct 19 18:08:32 2002
@@ -510,7 +510,7 @@
#endif
#ifndef WnnWnnDir
-#define WnnWnnDir /usr/lib/wnn7
+#define WnnWnnDir /usr/local/lib/wnn7
#endif
#ifndef WnnEtcDir
@@ -522,11 +522,11 @@
#endif
#ifndef WnnIncDir
-#define WnnIncDir $(INCROOT)
+#define WnnIncDir /usr/local/include/wnn7
#endif
#ifndef WnnLibDir
-#define WnnLibDir $(USRLIBDIR)
+#define WnnLibDir /usr/local/lib
#endif
#ifndef WnnVarDir
@@ -534,7 +534,7 @@
#endif
#ifndef WnnShareDir
-#define WnnShareDir /usr/share/wnn7
+#define WnnShareDir /usr/local/share/wnn7
#endif
WNNOWNER = WnnOwner
@@ -599,7 +599,7 @@
XWNMOJDSRC = $(XWNMOTOP)/jd
XWNMOROMKANMSRC = $(XWNMOTOP)/romkan_m
XWNMOINCLUDES = -I$(XWNMOROMKANMSRC) -I$(WNNINCLUDESRC)
- XWNMOJLIB = $(XWNMOJLIBSRC)/libwnn_m.a
+ XWNMOJLIB = $(XWNMOJLIBSRC)/libwnn7_m.a
XWNMOLIBRARIES = $(XWNMOJLIB)
XWNMODEFS = $(XVERSION) -DUSING_BUSHU
XCOMMONDIR = $(IMTOP)/XClient/Common/src