- remove pre-release quirk

ok naddy@
This commit is contained in:
martynas 2008-09-10 22:01:04 +00:00
parent 60c29c9d2a
commit a9bbce840f
2 changed files with 2 additions and 13 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.9 2008/07/30 17:14:37 martynas Exp $
# $OpenBSD: Makefile,v 1.10 2008/09/10 22:01:04 martynas Exp $
COMMENT= draw maps and charts
V= 4.1.3
DISTNAME= GMT${V}
PKGNAME= gmt-${V}p0
PKGNAME= gmt-${V}p1
CATEGORIES= graphics geo
HOMEPAGE= http://gmt.soest.hawaii.edu/

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-src_gmt_h,v 1.1 2008/07/30 17:14:37 martynas Exp $
--- src/gmt.h.orig Mon May 29 03:34:49 2006
+++ src/gmt.h Wed Jul 30 17:18:47 2008
@@ -32,6 +32,7 @@
#ifndef _POSIX_SOURCE
#define _POSIX_SOURCE 1
+#define _ISOC99_SOURCE 1
#endif
/* Declaration modifiers for DLL support (MSC et al) */