FreeBSD Bugzilla – Attachment 69522 Details for
Bug 101712
[MAINTAINER UPDATE] [PATCH] Fix the build for java/jflex
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 595 bytes, created by
Conor McDermottroe
on 2006-08-09 15:10:10 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Conor McDermottroe
Created:
2006-08-09 15:10:10 UTC
Size:
595 bytes
patch
obsolete
>diff -ruN jflex.orig/Makefile jflex/Makefile >--- jflex.orig/Makefile Wed Aug 9 14:37:15 2006 >+++ jflex/Makefile Wed Aug 9 14:57:04 2006 >@@ -24,13 +24,17 @@ > USE_ANT= yes > BUILD_WRKSRC= ${WRKSRC}/src > ALL_TARGET= jar >-MAKE_ENV+= CLASSPATH="${DISTDIR}/JFlex.jar:${DISTDIR}/java_cup.jar:${JAVALIBDIR}/junit.jar" > > .if !defined(NOPORTDOCS) > PORTDOCS= * > .endif > > SUB_FILES= jflex.sh >+ >+post-extract: >+ ${MKDIR} ${WRKSRC}/tools >+ ${CP} ${DISTDIR}/JFlex.jar ${WRKSRC}/tools/ >+ ${CP} ${DISTDIR}/java_cup.jar ${WRKSRC}/tools/ > > do-install: > ${INSTALL_SCRIPT} ${WRKDIR}/jflex.sh ${PREFIX}/bin/jflex
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 101712
: 69522