workaround is not needed w/ the new libm. tested by and ok naddy@, sthen@

This commit is contained in:
martynas 2008-12-11 15:50:29 +00:00
parent b9395794aa
commit 9ecdf5e762
2 changed files with 2 additions and 16 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.37 2008/09/10 16:47:43 sthen Exp $
# $OpenBSD: Makefile,v 1.38 2008/12/11 15:50:29 martynas Exp $
COMMENT= CAD drawing program for X11
VERSION= 3.2.5
DISTNAME= xfig.${VERSION}.full
PKGNAME= xfig-${VERSION}p0
PKGNAME= xfig-${VERSION}p1
CATEGORIES= graphics x11
HOMEPAGE= http://www.xfig.org/

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-w_snap_h,v 1.1 2008/08/26 14:32:20 sthen Exp $
--- w_snap.h.pat.orig Tue Nov 9 21:14:42 2004
+++ w_snap.h Wed Aug 20 11:30:02 2008
@@ -63,8 +63,10 @@ extern Boolean snap_found;
extern Widget snap_indicator_panel;
extern Widget snap_indicator_label;
+#ifndef signbit
# define signbit(x) \
((0.0 > (x)) ? 1 : 0)
+#endif
#endif