svn commit: r479515 - head/x11-wm/e16

Pietro Cerutti gahr at FreeBSD.org
Tue Sep 11 09:11:30 UTC 2018


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 ||' \


More information about the svn-ports-all mailing list