patch-src_interfaces_libpq_Makefile 579 B

123456789101112131415
  1. $OpenBSD: patch-src_interfaces_libpq_Makefile,v 1.13 2016/12/18 18:18:27 jeremy Exp $
  2. --- src/interfaces/libpq/Makefile.orig Mon Jul 18 22:54:26 2016
  3. +++ src/interfaces/libpq/Makefile Wed Aug 3 15:58:08 2016
  4. @@ -16,8 +16,8 @@ include $(top_builddir)/src/Makefile.global
  5. # shared library parameters
  6. NAME= pq
  7. -SO_MAJOR_VERSION= 5
  8. -SO_MINOR_VERSION= 9
  9. +SO_MAJOR_VERSION= ${LIBpq_MAJOR}
  10. +SO_MINOR_VERSION= ${LIBpq_MINOR}
  11. override CPPFLAGS := -DFRONTEND -DUNSAFE_STAT_OK -I$(srcdir) $(CPPFLAGS) -I$(top_builddir)/src/port -I$(top_srcdir)/src/port
  12. ifneq ($(PORTNAME), win32)