diff options
author | salo <salo> | 2005-08-02 21:55:21 +0000 |
---|---|---|
committer | salo <salo> | 2005-08-02 21:55:21 +0000 |
commit | 0b50e787907c984baf85824da41057a06ddbb83b (patch) | |
tree | bec7af96a937123396cd45dc25e5387c1658560a | |
parent | c90a0e70e6b7a9495c2d9794a41d4aeb04615135 (diff) | |
download | pkgsrc-0b50e787907c984baf85824da41057a06ddbb83b.tar.gz |
Pullup ticket 635 - requested by Grant Beattie
portability fix for tcl-postgresql73
Revisions pulled up:
- pkgsrc/databases/tcl-postgresql73/Makefile 1.6
Module Name: pkgsrc
Committed By: grant
Date: Fri Jul 29 05:39:00 UTC 2005
Modified Files:
pkgsrc/databases/tcl-postgresql73: Makefile
Log Message:
build in src/port, too, so libpgport is built on platforms which need
it. fixes build on Solaris.
-rw-r--r-- | databases/tcl-postgresql73/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/tcl-postgresql73/Makefile b/databases/tcl-postgresql73/Makefile index 8f3c5038fab..0a32e33d817 100644 --- a/databases/tcl-postgresql73/Makefile +++ b/databases/tcl-postgresql73/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/05/16 01:15:30 jlam Exp $ +# $NetBSD: Makefile,v 1.4.2.1 2005/08/02 21:55:21 salo Exp $ PKGNAME= tcl-postgresql73-${BASE_VERS} PKGREVISION= 1 @@ -15,7 +15,8 @@ TCLSH= ${BUILDLINK_PREFIX.tcl}/bin/tclsh MAKE_ENV+= INSTALLED_LIBPQ=1 PKGSRC_USE_TOOLS+= gtar -BUILD_DIRS= ${WRKSRC}/src/interfaces/libpgtcl +BUILD_DIRS= ${WRKSRC}/src/port +BUILD_DIRS+= ${WRKSRC}/src/interfaces/libpgtcl BUILD_DIRS+= ${WRKSRC}/src/bin/pgtclsh post-install: |