diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2002-04-02 11:40:49 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2002-04-02 11:40:49 +0000 |
commit | 4a765861a78dba934a88194c41a1e07be029179d (patch) | |
tree | 16a6fc04e532a8cb6ff995a278e3a7b6b9981ea2 /mail/exim-devel/files/patch-src::EDITME | |
parent | Fix compiling of tuxracer with new automake. Update email address. (diff) |
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
Notes
Notes:
svn path=/head/; revision=57189
Diffstat (limited to '')
-rw-r--r-- | mail/exim-devel/files/patch-src::EDITME | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/mail/exim-devel/files/patch-src::EDITME b/mail/exim-devel/files/patch-src::EDITME index f35e54ba6e63..498bae6cfb8c 100644 --- a/mail/exim-devel/files/patch-src::EDITME +++ b/mail/exim-devel/files/patch-src::EDITME @@ -35,18 +35,19 @@ # Many sites define a user called "exim", with an appropriate default group, # and use -@@ -269,8 +269,8 @@ +@@ -269,8 +269,9 @@ # don't need to set LOOKUP_INCLUDE if the relevant directories are already # specified in INCLUDE. -# 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 #------------------------------------------------------------------------------ -@@ -281,7 +281,7 @@ +@@ -281,7 +282,7 @@ # files are defaulted in the OS/Makefile-Default file, but can be overridden in # local OS-specific make files. @@ -55,7 +56,7 @@ -@@ -316,7 +316,7 @@ +@@ -316,7 +317,7 @@ # settings commented out. # SUPPORT_TLS=yes @@ -64,7 +65,7 @@ # If you are running Exim as a server, note that just building it with TLS # support is not all you need to do. You also need to set up a suitable -@@ -358,7 +358,7 @@ +@@ -358,7 +359,7 @@ # Once you have done this, "make install" will build the info files and # install them in the directory you have defined. @@ -73,7 +74,7 @@ #------------------------------------------------------------------------------ -@@ -371,7 +371,7 @@ +@@ -371,7 +372,7 @@ # %s. This will be replaced by one of the strings "main", "panic", or "reject" # to form the final file names. Some installations may want something like this: @@ -82,7 +83,7 @@ # 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 -@@ -459,7 +459,7 @@ +@@ -459,7 +460,7 @@ # USE_TCP_WRAPPERS=yes # CFLAGS=-O -I/usr/local/include @@ -91,7 +92,7 @@ # but of course there may need to be other things in CFLAGS and EXTRALIBS_EXIM # as well. -@@ -678,7 +678,7 @@ +@@ -678,7 +679,7 @@ # (process id) to a file so that it can easily be identified. The path of the # file can be specified here. Some installations may want something like this: |