summaryrefslogtreecommitdiff
path: root/databases/postgresql73/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql73/Makefile.common')
-rw-r--r--databases/postgresql73/Makefile.common7
1 files changed, 6 insertions, 1 deletions
diff --git a/databases/postgresql73/Makefile.common b/databases/postgresql73/Makefile.common
index 0cb9d705e3a..d09fc2048fa 100644
--- a/databases/postgresql73/Makefile.common
+++ b/databases/postgresql73/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2004/08/21 17:27:04 seb Exp $
+# $NetBSD: Makefile.common,v 1.3 2004/10/10 17:27:43 jdolecek Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -83,6 +83,11 @@ post-extract:
${CP} -f ${COMMON_FILESDIR}/GNUmakefile.libpgtcl \
${WRKSRC}/src/interfaces/libpgtcl/GNUmakefile; \
fi
+ if [ -d ${WRKSRC}/src/backend/port/dynloader ]; then \
+ ${RM} -f ${WRKSRC}/src/backend/port/dynloader/netbsd.[ch];\
+ ${CP} -f ${COMMON_FILESDIR}/netbsd.[ch] \
+ ${WRKSRC}/src/backend/port/dynloader/; \
+ fi
pre-configure:
cd ${WRKSRC} && ${AUTOCONF}