9c696d2dfd
some changes were submitted for inclusion.
13 lines
567 B
Plaintext
13 lines
567 B
Plaintext
$OpenBSD: patch-m4_arts_m4,v 1.1 2008/04/02 00:39:19 fgsch Exp $
|
|
--- m4/arts.m4.orig Mon Mar 31 16:28:15 2008
|
|
+++ m4/arts.m4 Mon Mar 31 16:29:16 2008
|
|
@@ -85,7 +85,7 @@ if test "$ARTSC_CONFIG" = "no"; then
|
|
no_artsc=yes
|
|
else
|
|
ARTSC_CFLAGS=`$ARTSC_CONFIG $artsc_config_args --cflags`
|
|
- ARTSC_LIBS=`$ARTSC_CONFIG $artsc_config_args --libs`
|
|
+ ARTSC_LIBS="`$ARTSC_CONFIG $artsc_config_args --libs` -lstdc++ -lm"
|
|
ARTSC_VERSION=`$ARTSC_CONFIG $artsc_config_args --version`
|
|
|
|
ARTSC_TEST_VERSION($ARTSC_VERSION, $min_artsc_version, ,no_artsc=version)
|