pkgsrc/graphics/g2/patches/patch-aa
jtb 055e3e429f Make the Fortran interface work properly. Install the demos.
While here, build shared libraries using libtool.  Increment version number.
2001-05-03 20:56:32 +00:00

13 lines
304 B
Text

$NetBSD: patch-aa,v 1.1 2001/05/03 20:56:33 jtb Exp $
--- src/g2_fif.c.orig Mon Jan 18 10:56:51 1999
+++ src/g2_fif.c
@@ -25,7 +25,7 @@
* g2 Fortran Interface
*
*/
-#ifdef LINUX
+#if defined (LINUX) || defined (__NetBSD__)
#define FIF(funame) funame ## __
#else
#define FIF(funame) funame ## _