- fix pgconnection.h

DLLIMPORT is no longer defined in postgresql-7.4

PR:		60027
Submitted by:	girgen@pingpong.net
This commit is contained in:
Dirk Meyer 2003-12-08 04:01:08 +00:00
parent f6f8cd3799
commit ad737b9682
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95315
2 changed files with 14 additions and 0 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= libpq++
PORTVERSION= 4.0
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= ftp://gborg.postgresql.org/pub/libpqpp/stable/
PKGNAMEPREFIX= postgresql-

View file

@ -0,0 +1,13 @@
--- pgconnection.h.orig Wed Nov 27 05:46:08 2002
+++ pgconnection.h Sun Dec 7 23:15:54 2003
@@ -21,6 +21,10 @@
#ifndef PGCONNECTION_H
#define PGCONNECTION_H
+#ifndef DLLIMPORT
+#define DLLIMPORT
+#endif
+
#ifdef HAVE_CXX_STRING_HEADER
#include <string>
#endif