aboutsummaryrefslogtreecommitdiff
path: root/databases/gigabase/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-12-14 16:51:04 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-12-14 16:51:04 +0000
commit1ab48ca1a142b8f88acead0cba2d105f27a09e3c (patch)
treeaf78f98266471bb736540e2c596b85b9a2666f42 /databases/gigabase/Makefile
parent9512476be47682f14d8db0c407c00df09a5343ae (diff)
downloadports-1ab48ca1a142b8f88acead0cba2d105f27a09e3c.tar.gz
ports-1ab48ca1a142b8f88acead0cba2d105f27a09e3c.zip
- Update to 3.61
PR: 118605 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes: svn path=/head/; revision=203559
Diffstat (limited to 'databases/gigabase/Makefile')
-rw-r--r--databases/gigabase/Makefile16
1 files changed, 11 insertions, 5 deletions
diff --git a/databases/gigabase/Makefile b/databases/gigabase/Makefile
index 1db23a7abf5a..b7b0234f7115 100644
--- a/databases/gigabase/Makefile
+++ b/databases/gigabase/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gigabase
-PORTVERSION= 3.58
+PORTVERSION= 3.61
CATEGORIES= databases
MASTER_SITES= SF
@@ -15,12 +15,18 @@ COMMENT= Object-Relational Database Management System
WRKSRC= ${WRKDIR}/${PORTNAME}
+USE_GNOME= gnometarget
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ARGS?=--prefix=${LOCALBASE}
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"
USE_LDCONFIG= yes
-USE_GETTEXT= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+post-patch:
+.if ${OSVERSION} < 601103
+ @${REINPLACE_CMD} -e \
+ '/GETHOSTBYNAME_R/s|^#define|// #define|g' ${WRKSRC}/config.h
+.endif
+
+.include <bsd.port.post.mk>