From 08d1f1e568ee0e069176da0664c98a3e9b20f006 Mon Sep 17 00:00:00 2001 From: pvalchev Date: Thu, 27 Sep 2001 05:45:34 +0000 Subject: [PATCH] fill MODGNU_CONFIG_GUESS_DIRS; for powerpc --- databases/postgresql/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/databases/postgresql/Makefile b/databases/postgresql/Makefile index 700fe93d078..f28e5430079 100644 --- a/databases/postgresql/Makefile +++ b/databases/postgresql/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.53 2001/09/07 22:48:47 peter Exp $ +# $OpenBSD: Makefile,v 1.54 2001/09/27 05:45:34 pvalchev Exp $ COMMENT= "PostgreSQL RDBMS" COMMENT-clients="PostgreSQL RDBMS client libraries and utilities" @@ -58,6 +58,8 @@ CONFIGURE_ARGS= --enable-syslog \ --datadir="${PREFIX}/share/postgresql" \ --docdir="${PREFIX}/share/doc/postgresql" +MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/config + .if ${FLAVOR:L:Mtcl} LIB_DEPENDS+= tk83::x11/tk/8.3 TCL_INCDIR= ${LOCALBASE}/include/tcl8.3