summaryrefslogtreecommitdiff
path: root/math/pari/patches/patch-config_get_fltk
blob: e21f14ea077965a09deb294ca6f8715cd0ff22f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-config_get_fltk,v 1.1 2011/12/10 23:53:34 marino Exp $

--- config/get_fltk.orig	2008-03-31 11:43:59.000000000 +0000
+++ config/get_fltk
@@ -30,6 +30,6 @@ if test -n "$with_fltk"; then
   case "$osname" in
     cygwin) FLTK_LIBS="-lgdi32 -lole32 -luuid -lwsock32 -lsupc++" ;;
     darwin) FLTK_LIBS="-framework Carbon -lsupc++" ;;
-    *)      FLTK_LIBS="$X11_LIBS" ;;
+    *)      FLTK_LIBS="$X11_LIBS -lstdc++" ;;
   esac
 fi