freebsd-ports/lang/fpc/files/patch-compiler-utils_samplecfg
Jose Alonso Cardenas Marquez f36d96772a - Add a better way to install fpc.cfg config file, now lazarus will compile
without problems :)
- Bump PORTREVISION

PR		:	119385
Submitted by	:	bsam
2008-01-06 21:20:12 +00:00

11 lines
400 B
Text

--- compiler/utils/samplecfg 2008-01-06 01:17:24.468239657 +0300
+++ compiler/utils/samplecfg 2008-01-06 01:36:20.388869514 +0300
@@ -72,7 +72,7 @@
# Detect if we have write permission in root.
if [ -w $sysdir ] ; then
echo Write permission in $sysdir.
- thefile=$sysdir/fpc.cfg
+ thefile=$sysdir/fpc.cfg.sample
else
echo No write premission in $sysdir.
thefile=$HOME/.fpc.cfg