summaryrefslogtreecommitdiff
path: root/devel/sdl12
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-01-24 09:43:34 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-01-24 09:43:34 +0000
commitbda342bf82584dfbe9190bbb9403242567b92846 (patch)
tree578ee6fbfd07f2596f81a5ef3a6537cc379d2a09 /devel/sdl12
parentIf the graphics/avifile port is installed, xine can use its win32 libs. (diff)
Touch all Makefile.in before do-configure. This will prevent recreation of
all Makefile.in and as a result loosing some changes in the case when automake is installed and detected by configure script. PR: 24589 Reported by: Norikatsu Shigemura <nork@cityfujisawa.ne.jp>
Notes
Notes: svn path=/head/; revision=37533
Diffstat (limited to 'devel/sdl12')
-rw-r--r--devel/sdl12/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/sdl12/Makefile b/devel/sdl12/Makefile
index a2f7a18a9d9b..01bb92a40e49 100644
--- a/devel/sdl12/Makefile
+++ b/devel/sdl12/Makefile
@@ -41,6 +41,9 @@ CONFIGURE_ARGS+=--enable-video-opengl
MAN3!= /bin/cat ${FILESDIR}/man3
+pre-configure:
+ @find ${WRKSRC} -type f -name Makefile.in | xargs ${TOUCH}
+
post-configure:
@cd ${WRKSRC} && \
${CP} sdl-config sdl11-config && \