Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Sep 2018 09:11:30 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479515 - head/x11-wm/e16
Message-ID:  <201809110911.w8B9BUEQ000519@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Tue Sep 11 09:11:29 2018
New Revision: 479515
URL: https://svnweb.freebsd.org/changeset/ports/479515

Log:
  x11-wm/e16: fix build which assumed dlopen is in libdl

Modified:
  head/x11-wm/e16/Makefile

Modified: head/x11-wm/e16/Makefile
==============================================================================
--- head/x11-wm/e16/Makefile	Tue Sep 11 09:10:29 2018	(r479514)
+++ head/x11-wm/e16/Makefile	Tue Sep 11 09:11:29 2018	(r479515)
@@ -30,7 +30,7 @@ PANGO_CONFIGURE_ENABLE=	pango
 DOCS_CONFIGURE_ON=	--enable-docs=yes
 DOCS_CONFIGURE_OFF=	--enable-docs=no
 
-USES=		gmake iconv libtool gnome perl5 pkgconfig shebangfix
+USES=		autoreconf gmake iconv libtool gnome perl5 pkgconfig shebangfix
 
 USE_XORG=	ice sm xorgproto x11 xbitmaps \
 		xcomposite xdamage xext xfixes xft xinerama xrandr xrender \
@@ -45,6 +45,7 @@ CONFIGURE_ARGS=	--disable-dependency-tracking \
 post-patch:
 	${REINPLACE_CMD} -e 's|$$(USER)|${SHAREOWN}:${SHAREGRP}|g' \
 	    ${WRKSRC}/themes/Makefile.am ${WRKSRC}/themes/Makefile.in
+	${REINPLACE_CMD} -e '/dl, dlopen/d' ${WRKSRC}/configure.ac
 
 post-patch-DOCS-off:
 	${REINPLACE_CMD} -e '/^SUBDIRS/s|docs ||' \



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