diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2002-04-02 19:40:49 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2002-04-02 19:40:49 +0800 |
commit | 7843f2968276a36e13cf8b9ee81038952d8dc6fa (patch) | |
tree | 9295ef6d7e8dbd70e395c5b220a72ecc0375516c /mail/exim-old | |
parent | 5bedb1c0131e7b9b3e247a93d8ec45502ba10b87 (diff) | |
download | freebsd-ports-gnome-7843f2968276a36e13cf8b9ee81038952d8dc6fa.tar.gz freebsd-ports-gnome-7843f2968276a36e13cf8b9ee81038952d8dc6fa.tar.zst freebsd-ports-gnome-7843f2968276a36e13cf8b9ee81038952d8dc6fa.zip |
Fix the build in the WITH_PGSQL=yes case.
When the databases/postgresql7 port was updated from postgresql-7.1.x to
postgresql-7.2, libpq-fe.h moved from PREFIX/include/pgsql to
PREFIX/include for reasons I can't figure out.
This applies a band-aid until I can get clarification from the postgresql
port maintainer <girgen@partitur.se>, but I think the port might be
"broken" in its placement of some header files.
Reported by: kris
Diffstat (limited to 'mail/exim-old')
-rw-r--r-- | mail/exim-old/files/patch-src::EDITME | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/mail/exim-old/files/patch-src::EDITME b/mail/exim-old/files/patch-src::EDITME index 2e25772f2520..4d0d3f202078 100644 --- a/mail/exim-old/files/patch-src::EDITME +++ b/mail/exim-old/files/patch-src::EDITME @@ -72,16 +72,17 @@ # which results in files with names /var/log/exim_mainlog, etc. The directory # in which the log files are placed must exist; Exim does not try to create -@@ -352,6 +352,8 @@ +@@ -352,6 +352,9 @@ # LOOKUP_INCLUDE=-I /usr/local/ldap/include -I /usr/local/mysql/include -I /usr/local/pgsql/include # LOOKUP_LIBS=-L/usr/local/lib -lldap -llber -lmysqlclient -lpq ++INCLUDE=-I XX_PREFIX_XX/include +LOOKUP_INCLUDE=XX_MYSQL_INCLUDE_XX XX_PGSQL_INCLUDE_XX XX_LDAP_INCLUDE_XX +LOOKUP_LIBS=XX_MYSQL_LIBS_XX XX_PGSQL_LIBS_XX XX_LDAP_LIBS_XX # If you have set LDAP=yes, you should set LDAP_LIB_TYPE to indicate which LDAP # library you have. Unfortunately, though most of their functions are the -@@ -365,6 +367,7 @@ +@@ -365,6 +368,7 @@ # LDAP_LIB_TYPE=OPENLDAP2 # LDAP_LIB_TYPE=NETSCAPE # LDAP_LIB_TYPE=SOLARIS @@ -89,7 +90,7 @@ # If you don't set any of these, Exim assumes the original University of # Michigan (OpenLDAP 1) library. -@@ -411,7 +414,7 @@ +@@ -411,7 +415,7 @@ # the file name, allowing sites that run two separate daemons to distinguish # them. Some installations may want something like this @@ -98,7 +99,7 @@ # If PID_FILE_PATH is not defined, Exim writes a file in its spool directory # (see SPOOL_DIRECTORY below) with the name "exim-daemon.pid" for the standard -@@ -460,7 +463,7 @@ +@@ -460,7 +464,7 @@ # uid and gid. # Many installations will want something like this: @@ -107,7 +108,7 @@ # Others may prefer to keep all Exim things under one directory: # SPOOL_DIRECTORY=/usr/exim/spool -@@ -525,7 +528,7 @@ +@@ -525,7 +529,7 @@ # with TLS support. # SUPPORT_TLS=yes @@ -116,7 +117,7 @@ # If you are running Exim as a server, note that just building it with TLS # support is not usually all you need to do. You normally need to set up a -@@ -575,5 +578,14 @@ +@@ -575,5 +579,14 @@ # chapter on building and installing Exim. # USE_TCP_WRAPPERS=yes |