Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2013 07:27:21 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336318 - head/www/libmicrohttpd
Message-ID:  <201312130727.rBD7RL4i009042@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312130727.rBD7RL4i009042>