aboutsummaryrefslogtreecommitdiff
path: root/editors/lazarus
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2015-06-15 09:09:51 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2015-06-15 09:09:51 +0000
commit324dbdf832b3a7ae2e157bf43c1c2b2e5c399d0d (patch)
tree7f485d8c9fff851827fdfd4985256c5e8a7d0712 /editors/lazarus
parenta2e55ec8582a7e8cedcfc59ac45a80c6412908d2 (diff)
downloadports-324dbdf832b3a7ae2e157bf43c1c2b2e5c399d0d.tar.gz
ports-324dbdf832b3a7ae2e157bf43c1c2b2e5c399d0d.zip
Notes
Diffstat (limited to 'editors/lazarus')
-rw-r--r--editors/lazarus/files/patch-ide_lazbuild.lpr13
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/lazarus/files/patch-ide_lazbuild.lpr b/editors/lazarus/files/patch-ide_lazbuild.lpr
new file mode 100644
index 000000000000..f7ef287b5c2d
--- /dev/null
+++ b/editors/lazarus/files/patch-ide_lazbuild.lpr
@@ -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;
+