diff options
author | pav <pav@FreeBSD.org> | 2004-07-05 05:58:24 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-07-05 05:58:24 +0800 |
commit | b3372ddb97e9f084cd525c9b6f126a029f450e9b (patch) | |
tree | 2784e30a5466b5436c4f9910e90f3d15d0597c1d | |
parent | 0206ffca65a69387f7bdd2c86077497a309929dd (diff) | |
download | freebsd-ports-gnome-b3372ddb97e9f084cd525c9b6f126a029f450e9b.tar.gz freebsd-ports-gnome-b3372ddb97e9f084cd525c9b6f126a029f450e9b.tar.zst freebsd-ports-gnome-b3372ddb97e9f084cd525c9b6f126a029f450e9b.zip |
- Unbreak: move sdl-config invocations from post-patch to pre-configure
PR: ports/68614
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
-rw-r--r-- | devel/gauche-sdl/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/gauche-sdl/Makefile b/devel/gauche-sdl/Makefile index 8d130e4d2f92..bbb246ff6985 100644 --- a/devel/gauche-sdl/Makefile +++ b/devel/gauche-sdl/Makefile @@ -19,8 +19,6 @@ BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche \ RUN_DEPENDS= gosh:${PORTSDIR}/lang/gauche \ ${X11BASE}/lib/X11/rgb.txt:${PORTSDIR}/x11/XFree86-4-clients -BROKEN= "SDL is needed in patch phase but only added in build phase" - PLIST_SUB= GAUCHE_VERSION="`gauche-config -V`"\ TARGET="${CONFIGURE_TARGET}" WRKSRC= ${WRKDIR}/${PORTFAKENAME} @@ -29,7 +27,7 @@ USE_SDL= image mixer sdl ttf GNU_CONFIGURE= yes USE_REINPLACE= yes -post-patch: +pre-configure: .for DIR in . image mixer ttf ${REINPLACE_CMD} \ -e "s|^CFLAGS .*|& `${SDL_CONFIG} --cflags`|"\ |