[kde-freebsd] Patch misc/kdeedu/Makefile
Kris Moore
kris at pcbsd.com
Fri Jun 27 16:35:32 CEST 2008
misc/kdeedu 4.0.83 failed to build by since there are a few extra -ldl
flags showing up now. Here's a fixed Makefile which corrects this and diff:
--- Makefile.orig 2008-06-27 10:31:21.000000000 -0400
+++ Makefile 2008-06-27 10:01:49.000000000 -0400
@@ -35,6 +35,7 @@
${MKDIR} ${WRKSRC}
post-configure:
- ${REINPLACE_CMD} -e "s,-ldl,,"
${WRKSRC}/kalzium/src/CMakeFiles/kalzium.dir/build.make
+ ${REINPLACE_CMD} -e "s,-ldl,,g"
${WRKSRC}/kalzium/src/CMakeFiles/kalzium.dir/build.make
+ ${REINPLACE_CMD} -e "s,-ldl,,g"
${WRKSRC}/kalzium/src/CMakeFiles/kalzium.dir/link.txt
.include <bsd.port.mk>
--
Kris Moore
PC-BSD Software
http://www.pcbsd.com
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Makefile
Url: http://mail.kde.org/pipermail/kde-freebsd/attachments/20080627/7d3453ac/attachment.ksh
More information about the kde-freebsd
mailing list