You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
1a7b8d9344
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@13118 d073be05-634f-4543-b044-5fe20cf6d1d6
14 lines
545 B
Diff
14 lines
545 B
Diff
--- setup.py Mon Jul 14 23:02:02 2003
|
|
+++ setup.py.new Thu Apr 22 21:55:56 2004
|
|
@@ -133,8 +133,8 @@
|
|
include_dirs = ["/usr/include/postgresql"]
|
|
library_dirs = ["/usr/lib"]
|
|
elif sys.platform == "darwin": # Mac OS X
|
|
- include_dirs = ["/usr/local/pgsql/include"]
|
|
- library_dirs = ["/usr/local/pgsql/lib"]
|
|
+ include_dirs = ["__PREFIX__/include/pgsql8"]
|
|
+ library_dirs = ["__PREFIX__/lib/pgsql8"]
|
|
optional_libs += ["ssl", "crypto"]
|
|
elif sys.platform == "win32":
|
|
# This works with the PostgreSQL source tree, so it's a bit ugly ...
|