diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-10-27 18:33:06 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-10-27 18:33:06 +0000 |
commit | 392eebf7c3160979bf5b5a3bb4e8b853d52bcd6a (patch) | |
tree | fe31b246afbbe574d2dd48052b7cd313526f330d /lang/gcc47/Makefile | |
parent | This was repo copied from the 'autoconf' port to give us a legacy (diff) |
Utilize the PATCH_WRKDIR knob now that it exists.
Diffstat (limited to 'lang/gcc47/Makefile')
-rw-r--r-- | lang/gcc47/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile index d553ea2af170..c5b257e72ab0 100644 --- a/lang/gcc47/Makefile +++ b/lang/gcc47/Makefile @@ -25,10 +25,7 @@ MAINTAINER= obrien@FreeBSD.org NO_CDROM= 'dated material' -PATCH_ARGS= -d ${SRCDIR} -E ${PATCH_STRIP} -.if !defined(PATCH_DEBUG) -PATCH_ARGS+= --forward --quiet -.endif +PATCH_WRKDIR= ${SRCDIR} CONFIGURE_SCRIPT= ../gcc-${SNAPVER}/configure .include <bsd.port.pre.mk> |