Files
pkgsrc-ng/math/pari23/patches/patch-config_get_fltk
2016-11-18 22:39:22 +01:00

13 lines
440 B
Plaintext

$NetBSD: patch-config_get_fltk,v 1.1 2016/03/03 13:23:22 wiz 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