Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Apr 2019 07:12:48 +0000 (UTC)
From:      Alex Kozlov <ak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498700 - head/games/xbill
Message-ID:  <201904120712.x3C7CmpM054862@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ak
Date: Fri Apr 12 07:12:48 2019
New Revision: 498700
URL: https://svnweb.freebsd.org/changeset/ports/498700

Log:
  - Fix build on i386

Modified:
  head/games/xbill/Makefile

Modified: head/games/xbill/Makefile
==============================================================================
--- head/games/xbill/Makefile	Fri Apr 12 06:37:35 2019	(r498699)
+++ head/games/xbill/Makefile	Fri Apr 12 07:12:48 2019	(r498700)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xbill
 PORTVERSION=	2.1
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	games
 MASTER_SITES=	http://www.xbill.org/download/
 
@@ -43,7 +43,7 @@ MOTIF_CONFIGURE_ARGS_ON=	--disable-athena
 MOTIF_USES=	motif
 
 post-patch:
-	@${REINPLACE_CMD} -e '/WIDGET_LIBS=/ s|-lXm"$$|-lXm -lXpm"|' \
+	@${REINPLACE_CMD} -e '/WIDGET_LIBS=/ s|-lXt|-lXt -lXpm|' \
 		${WRKSRC}/configure
 
 post-install:



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