diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-04-20 19:10:29 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-04-20 19:10:29 +0000 |
commit | 8827b1b717bdcca88ca3797188a66f312a4bf3ed (patch) | |
tree | 66f667bf5e59bc3d810c8ebe2ff57eb4ad9cf9e2 /databases/clip/files/patch-cliplibs::clip-postgres::configure | |
parent | The package libintl-perl is an internationalization library for Perl (diff) |
Unbreak (at least on i386) and upgrade to 1.1.9-1.
Approved by: mat (mentor).
Notes
Notes:
svn path=/head/; revision=107743
Diffstat (limited to 'databases/clip/files/patch-cliplibs::clip-postgres::configure')
-rw-r--r-- | databases/clip/files/patch-cliplibs::clip-postgres::configure | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/clip/files/patch-cliplibs::clip-postgres::configure b/databases/clip/files/patch-cliplibs::clip-postgres::configure new file mode 100644 index 000000000000..496301cb80ec --- /dev/null +++ b/databases/clip/files/patch-cliplibs::clip-postgres::configure @@ -0,0 +1,15 @@ +--- cliplibs/clip-postgres/configure.orig Wed Jan 21 14:35:13 2004 ++++ cliplibs/clip-postgres/configure Mon Apr 19 22:17:02 2004 +@@ -1,9 +1,9 @@ + #!/bin/sh + + if [ -z "$PGINCDIR" ]; then +- for x in /usr/include/pgsql \ +- /usr/include/pgsql/server \ +- /usr/include/postgresql \ ++ for x in /usr/local/include \ ++ /usr/local/include/pgsql/server \ ++ /usr/local/include/postgresql \ + /opt/postgresql/include + do + if [ -f "$x/libpq-fe.h" ]; then |