diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-26 14:57:34 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-26 14:57:34 +0000 |
commit | a3b8d42beedd38caf919241c41b5030d5452c60a (patch) | |
tree | 11ddaf73cdce1cc8aaecd715b895ae7954512714 /databases/fpc-oracle/files/patch-share::src::fpc-1.0.10::packages::base::oracle::Makefile.fpc | |
parent | - Update to 0.08 (diff) |
Add fpc-oracle, a part of base packages of Free Pascal.
It provides interface to Oracle database.
PR: ports/61114
Submitted by: John Merryweather Cooper <johnmary@adelphia.net>
Notes
Notes:
svn path=/head/; revision=102196
Diffstat (limited to 'databases/fpc-oracle/files/patch-share::src::fpc-1.0.10::packages::base::oracle::Makefile.fpc')
-rw-r--r-- | databases/fpc-oracle/files/patch-share::src::fpc-1.0.10::packages::base::oracle::Makefile.fpc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/fpc-oracle/files/patch-share::src::fpc-1.0.10::packages::base::oracle::Makefile.fpc b/databases/fpc-oracle/files/patch-share::src::fpc-1.0.10::packages::base::oracle::Makefile.fpc new file mode 100644 index 000000000000..a2913d74f42f --- /dev/null +++ b/databases/fpc-oracle/files/patch-share::src::fpc-1.0.10::packages::base::oracle::Makefile.fpc @@ -0,0 +1,10 @@ +--- share/src/fpc-1.0.10/packages/base/oracle/Makefile.fpc.bak Sun Apr 6 07:44:46 2003 ++++ share/src/fpc-1.0.10/packages/base/oracle/Makefile.fpc Thu Jan 8 22:16:08 2004 +@@ -21,5 +21,5 @@ + + # in libdir variable must be path to libraries + # libclntsh.*,libnlsrtl3.* +-#[compiler] +-#libdir=/usr/local/oracle8cli/lib ++[compiler] ++libdir=/usr/local/oracle8cli/lib |