svn commit: r336318 - head/www/libmicrohttpd

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Dec 13 07:27:21 UTC 2013


Author: sunpoet
Date: Fri Dec 13 07:27:20 2013
New Revision: 336318
URL: http://svnweb.freebsd.org/changeset/ports/336318

Log:
  - Fix build on 10
  
  PR:		ports/184728
  Submitted by:	Hung-Yi Chen <gaod at hychen.org> (maintainer)

Modified:
  head/www/libmicrohttpd/Makefile

Modified: head/www/libmicrohttpd/Makefile
==============================================================================
--- head/www/libmicrohttpd/Makefile	Fri Dec 13 04:13:41 2013	(r336317)
+++ head/www/libmicrohttpd/Makefile	Fri Dec 13 07:27:20 2013	(r336318)
@@ -31,6 +31,9 @@ PLIST_FILES=	include/microhttpd.h \
 		libdata/pkgconfig/libmicrohttpd.pc \
 		man/man3/libmicrohttpd.3.gz
 
+post-patch:
+	@${REINPLACE_CMD} -e 's|-ldl|-lc|' ${WRKSRC}/src/examples/Makefile.in
+
 post-build:
 	@${STRIP_CMD} ${WRKSRC}/src/microhttpd/.libs/libmicrohttpd.so.30
 


More information about the svn-ports-all mailing list