freebsd-ports/math/guppi/files/patch-configure
Maxim Sobolev 28d8169871 Remove Gnumeric from RUN_DEPENDS. It is still needed at the build phase, but
only to take few files from the distribution. For example, this should allow
to use Gnucash without installing Gnumeric as well as to use Guppi in
Gnumeric's RUN_DEPENDS to make graph plotting features working OOB.

Bump PORTREVISION.
2002-03-14 14:24:24 +00:00

37 lines
1.1 KiB
Text

$FreeBSD$
--- configure.orig Thu Mar 14 15:27:59 2002
+++ configure Thu Mar 14 15:30:18 2002
@@ -1259,10 +1259,10 @@
# The aliases save the names the user supplied, while $host etc.
# will get canonicalized.
-test -n "$target_alias" &&
- test "$program_prefix$program_suffix$program_transform_name" = \
- NONENONEs,x,x, &&
- program_prefix=${target_alias}-
+#test -n "$target_alias" &&
+# test "$program_prefix$program_suffix$program_transform_name" = \
+# NONENONEs,x,x, &&
+# program_prefix=${target_alias}-
ac_config_headers="$ac_config_headers config.h"
@@ -11158,15 +11158,13 @@
gnumeric_msg="not enabled"
gnumeric_enabled=no
-GNUMERIC_IDLDIR=""
GUPPI_GNUMERIC_LIBS=""
GUPPI_GNUMERIC_CFLAGS=""
GUPPI_GNUMERIC_GRAPH_VERSION=Graph_v2
if test x"$enable_gnumeric" = xyes; then
echo "$as_me:11166: checking Gnumeric is installed" >&5
echo $ECHO_N "checking Gnumeric is installed... $ECHO_C" >&6
- if gnome-config --moddatadir gnumeric > /dev/null 2>&1; then
- GNUMERIC_IDLDIR=`gnome-config --moddatadir gnumeric`/idl
+ if /usr/bin/true; then
echo "$as_me:11171: result: yes" >&5
echo "${ECHO_T}yes" >&6