svn commit: r498700 - head/games/xbill
Alex Kozlov
ak at FreeBSD.org
Fri Apr 12 07:12:49 UTC 2019
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:
More information about the svn-ports-head
mailing list