svn commit: r355585 - head/devel/gps

John Marino marino at FreeBSD.org
Wed May 28 00:04:05 UTC 2014


Author: marino
Date: Wed May 28 00:04:04 2014
New Revision: 355585
URL: http://svnweb.freebsd.org/changeset/ports/355585
QAT: https://qat.redports.org/buildarchive/r355585/

Log:
  devel/gps: Fix build on DragonFly
  
  DragonFly needs the same libraries linked in as FreeBSD during the
  configure checks.

Modified:
  head/devel/gps/Makefile

Modified: head/devel/gps/Makefile
==============================================================================
--- head/devel/gps/Makefile	Tue May 27 23:58:42 2014	(r355584)
+++ head/devel/gps/Makefile	Wed May 28 00:04:04 2014	(r355585)
@@ -94,6 +94,7 @@ post-patch:
 		${WRKSRC}/gnatlib/src/gnatcoll_readline.gpr.in \
 		${WRKSRC}/widgets/widgets.gpr
 	@${REINPLACE_CMD} -e 's| gnat/sdefault/sdefault.adb | |' \
+		-e 's;freebsd;freebsd*|*-dragonfly;g' \
 		${WRKSRC}/gnatlib/configure \
 		${WRKSRC}/gnatlib/configure.in
 	@${REINPLACE_CMD} -e 's|gnatlib/gnat_src|distrib|' \


More information about the svn-ports-all mailing list