pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/postgresql94



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Thu Oct 31 21:33:35 UTC 2019

Modified Files:
        pkgsrc/databases/postgresql94: Makefile.common

Log Message:
postgresql94: fix broken gettext detection


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/databases/postgresql94/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/postgresql94/Makefile.common
diff -u pkgsrc/databases/postgresql94/Makefile.common:1.33 pkgsrc/databases/postgresql94/Makefile.common:1.34
--- pkgsrc/databases/postgresql94/Makefile.common:1.33  Mon Oct  7 19:28:29 2019
+++ pkgsrc/databases/postgresql94/Makefile.common       Thu Oct 31 21:33:35 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.33 2019/10/07 19:28:29 adam Exp $
+# $NetBSD: Makefile.common,v 1.34 2019/10/31 21:33:35 triaxx Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -106,6 +106,7 @@ USE_LIBLTDL?=               yes
 .endif
 USE_LIBLTDL?=          no
 
+BROKEN_GETTEXT_DETECTION=      yes
 .include "../../devel/gettext-lib/buildlink3.mk"
 LIBS.SunOS+=           -lintl
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index