summaryrefslogtreecommitdiff
path: root/graphics/libdvdread
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-03-24 22:08:00 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-03-24 22:08:00 +0000
commitf8a3a9f0fd17324b506710dda403e5a68937ec37 (patch)
tree78b2cf55cf2ed54fb6bd83bb954840063d9f178b /graphics/libdvdread
parentAdd missing dependency of aalib (diff)
Circumvent problem with automake* installed in the system
PR: 34365 Submitted by: pat Prompted by: Alan Eldridge <alane@geeksrus.net>, darren <igla@batterybackups.net> Approved by: maintainer (2 month timeout)
Notes
Notes: svn path=/head/; revision=56558
Diffstat (limited to 'graphics/libdvdread')
-rw-r--r--graphics/libdvdread/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/graphics/libdvdread/Makefile b/graphics/libdvdread/Makefile
index 451ffb3b1d85..3677b3251f27 100644
--- a/graphics/libdvdread/Makefile
+++ b/graphics/libdvdread/Makefile
@@ -29,6 +29,12 @@ pre-everything::
@${ECHO_MSG} "====> If you want to enable optimizations, please define WITH_OPTIMIZED_CFLAGS"
.endif
+post-patch:
+.for p in Makefile.in dvdread/Makefile.in src/Makefile.in
+ @${PERL} -pi -e 's|cd \$$\(top_srcdir\) && \$$\(AUTOMAKE\)|\#|; \
+ s|cd \$$\(srcdir\) && \$$\(ACLOCAL\)|\#|' ${WRKSRC}/${p}
+.endfor
+
post-configure:
@${LN} -sf ${LOCALBASE}/bin/libtool ${WRKSRC}