summaryrefslogtreecommitdiffstats
path: root/devel/i386-rtems-gcj/Makefile
diff options
context:
space:
mode:
authorjeh <jeh@FreeBSD.org>2000-10-18 21:28:28 +0000
committerjeh <jeh@FreeBSD.org>2000-10-18 21:28:28 +0000
commit19d85354ac6fcb82a65b4c4f7145d981bb5dc6f9 (patch)
tree6ddcf6234672cf3bf6dc1f5fe1aee2ada378adbb /devel/i386-rtems-gcj/Makefile
parentdeb5760c3cd5e4e39a0ec4f10b3537ab46250641 (diff)
downloadFreeBSD-ports-19d85354ac6fcb82a65b4c4f7145d981bb5dc6f9.zip
FreeBSD-ports-19d85354ac6fcb82a65b4c4f7145d981bb5dc6f9.tar.gz
Clean up the patch section of the Makefile. Added one level of
directories to patch-a[ab] to make the Makefile simpler
Diffstat (limited to 'devel/i386-rtems-gcj/Makefile')
-rw-r--r--devel/i386-rtems-gcj/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/devel/i386-rtems-gcj/Makefile b/devel/i386-rtems-gcj/Makefile
index 2c71c62..f42dde9 100644
--- a/devel/i386-rtems-gcj/Makefile
+++ b/devel/i386-rtems-gcj/Makefile
@@ -43,17 +43,10 @@ CONFIGURE_ARGS?= --with-gnu-as --with-gnu-ld --with-newlib --verbose \
CONFIGURE_WRKSRC?= ${WRKDIR}/build-${LCLTARGET}
CONFIGURE_SCRIPT?= ../${JAVANAME}/configure
-MAKE_FLAGS= LANGUAGES="java"
+PATCH_WRKSRC= ${WRKDIR}
+PATCH_STRIP= -p
-.if defined(PATCH_DEBUG)
-PATCH_DEBUG_TMP= yes
-PATCH_ARGS= -d ${WRKDIR}/${JAVANAME} -E ${PATCH_STRIP}
-PATCH_DIST_ARGS= -d ${WRKDIR} -E ${PATCH_DIST_STRIP}
-.else
-PATCH_DEBUG_TMP= no
-PATCH_ARGS= -d ${WRKDIR}/${JAVANAME} --forward --quiet -E ${PATCH_STRIP}
-PATCH_DIST_ARGS= -d ${WRKDIR} --forward --quiet -E ${PATCH_DIST_STRIP}
-.endif
+MAKE_FLAGS= LANGUAGES="java"
pre-configure:
@(cd ${WRKDIR} ; \
OpenPOWER on IntegriCloud