Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jul 2016 10:32:14 +0000 (UTC)
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r418998 - head/databases/mariadb101-server
Message-ID:  <201607241032.u6OAWETD023281@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Sun Jul 24 10:32:13 2016
New Revision: 418998
URL: https://svnweb.freebsd.org/changeset/ports/418998

Log:
  databases/mariadb101-server: Fix lz4 linking fix
  
    - Remove some testing leftover

Modified:
  head/databases/mariadb101-server/Makefile

Modified: head/databases/mariadb101-server/Makefile
==============================================================================
--- head/databases/mariadb101-server/Makefile	Sun Jul 24 10:23:45 2016	(r418997)
+++ head/databases/mariadb101-server/Makefile	Sun Jul 24 10:32:13 2016	(r418998)
@@ -174,7 +174,7 @@ post-patch:
 
 .if exists(${WRKSRC}/storage/mroonga/CMakeFiles/mroonga.dir/link.txt)
 post-configure:
-	@${REINPLACE_CMD} "s|/XXXusr/bin/c++ |/usr/bin/c++ -L${LOCALBASE}/lib |" \
+	@${REINPLACE_CMD} "s|/usr/bin/c++ |/usr/bin/c++ -L${LOCALBASE}/lib |" \
 		${WRKSRC}/storage/mroonga/CMakeFiles/mroonga.dir/link.txt
 .endif
 



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