mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix lazbuild tool
This commit is contained in:
parent
a2e55ec858
commit
324dbdf832
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389680
1 changed files with 13 additions and 0 deletions
13
editors/lazarus/files/patch-ide_lazbuild.lpr
Normal file
13
editors/lazarus/files/patch-ide_lazbuild.lpr
Normal file
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue