FreeBSD Bugzilla – Attachment 146518 Details for
Bug 193061
stage-fy japanese/eijiro-fpw
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Makefile.diff
Makefile.diff (text/plain), 981 bytes, created by
TsurutaniNaoki
on 2014-08-30 02:48:24 UTC
(
hide
)
Description:
Makefile.diff
Filename:
MIME Type:
Creator:
TsurutaniNaoki
Created:
2014-08-30 02:48:24 UTC
Size:
981 bytes
patch
obsolete
>--- Makefile.orig 2014-08-30 10:14:06.000000000 +0900 >+++ Makefile 2014-08-30 11:46:17.000000000 +0900 >@@ -37,11 +37,12 @@ > # (http://www.alc.co.jp/alcshop/eng/eijiro/) > # Avoid copying uncompressed srcfile, it is > 50Mb > >-.if exists(${WRKDIR}/${SRCFILE}) >-MAKE_ARGS+= SRCFILE=${WRKDIR}/${SRCFILE} >+.if exists(${DICT_PATH}/${SRCFILE}) >+SRC_FILE= ${DICT_PATH}/${SRCFILE} > .else >-MAKE_ARGS+= SRCFILE=${DICT_PATH}/${SRCFILE} >-.fi >+SRC_FILE= ${WRKDIR}/${SRCFILE} >+.endif >+MAKE_ARGS+= SRCFILE=${SRC_FILE} > > OPTIONS_DEFINE= DOCS > >@@ -50,7 +51,8 @@ > post-extract: > @if [ -f ${DICT_PATH}/eijiro-original/*.exe ]; then \ > lha xiw=${WRKDIR} ${DICT_PATH}/eijiro-original/*.exe '*/${SRCFILE}'; \ >- elif [ ! -f ${DICT_PATH}/${SRCFILE} ]; then \ >+ fi >+ @if [ ! -f ${SRC_FILE} ]; then \ > ${ECHO} "###################################################"; \ > ${ECHO} "I cannot find a file ${DICT_PATH}/${SRCFILE}"; \ > ${ECHO} "Specify the Eijiro Dictionary file with the full path"; \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 193061
:
146362
|
146477
|
146514
|
146518
|
146528