Files
pkgsrc-ng/math/pari/patches/patch-config_get_fltk
2013-09-26 17:14:40 +02:00

13 lines
443 B
Plaintext

$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