summaryrefslogtreecommitdiff
path: root/packages/gnome1
diff options
context:
space:
mode:
authorjoost <joost@3ad0048d-3df7-0310-abae-a5850022a9f2>2013-06-02 17:55:23 +0000
committerjoost <joost@3ad0048d-3df7-0310-abae-a5850022a9f2>2013-06-02 17:55:23 +0000
commita29200b0838097a88820ff76f44f4eba01711c2f (patch)
treeaa7c48a80bdccabd7a5a3ce098be8e1bbb8c3c17 /packages/gnome1
parent6f1f3e5d6bdd5403f68376de19dde72906469de8 (diff)
downloadfpc-a29200b0838097a88820ff76f44f4eba01711c2f.tar.gz
* Handle the location of each package at run-time, not at compilation time
* Added a fpmake.pp in the root, to compile the utils and packages in one go git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@24783 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/gnome1')
-rw-r--r--packages/gnome1/fpmake.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gnome1/fpmake.pp b/packages/gnome1/fpmake.pp
index 125cd2beec..9d1d24948d 100644
--- a/packages/gnome1/fpmake.pp
+++ b/packages/gnome1/fpmake.pp
@@ -14,7 +14,7 @@ begin
P:=AddPackage('gnome1');
{$ifdef ALLPACKAGES}
- P.Directory:='gnome1';
+ P.Directory:=ADirectory;
{$endif ALLPACKAGES}
P.Version:='2.7.1';
P.OSes:=AllUnixOSes-[darwin,iphonesim,Android];