svn commit: r389680 - head/editors/lazarus/files
Jose Alonso Cardenas Marquez
acm at FreeBSD.org
Mon Jun 15 09:09:52 UTC 2015
Author: acm
Date: Mon Jun 15 09:09:51 2015
New Revision: 389680
URL: https://svnweb.freebsd.org/changeset/ports/389680
Log:
- Fix lazbuild tool
Added:
head/editors/lazarus/files/patch-ide_lazbuild.lpr (contents, props changed)
Added: head/editors/lazarus/files/patch-ide_lazbuild.lpr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/editors/lazarus/files/patch-ide_lazbuild.lpr Mon Jun 15 09:09:51 2015 (r389680)
@@ -0,0 +1,13 @@
+--- ide/lazbuild.lpr 2015-06-15 03:49:45.000000000 -0500
++++ ide/lazbuild.lpr 2015-06-15 03:50:20.000000000 -0500
+@@ -436,7 +436,9 @@
+ DoCreateMakefile(APackage)
+ else
+ CompilePackage(APackage,Flags);
+-
++
++ PkgLinks.SaveUserLinks(true);
++
+ Result:=true;
+ end;
+
More information about the svn-ports-all
mailing list