diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-28 01:18:09 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-28 01:18:09 +0800 |
commit | 875d0855ab9420c5298599b5396348b3f1037ab6 (patch) | |
tree | b2c82a2badec2e45a958989d146273808337db94 /math/guppi/files/patch-configure | |
parent | b8cefccbf48878d3527391bc2538cb2d8b43b0b4 (diff) | |
download | marcuscom-ports-875d0855ab9420c5298599b5396348b3f1037ab6.tar marcuscom-ports-875d0855ab9420c5298599b5396348b3f1037ab6.tar.gz marcuscom-ports-875d0855ab9420c5298599b5396348b3f1037ab6.tar.bz2 marcuscom-ports-875d0855ab9420c5298599b5396348b3f1037ab6.tar.lz marcuscom-ports-875d0855ab9420c5298599b5396348b3f1037ab6.tar.xz marcuscom-ports-875d0855ab9420c5298599b5396348b3f1037ab6.tar.zst marcuscom-ports-875d0855ab9420c5298599b5396348b3f1037ab6.zip |
-USE_X_PREFIX -> USE_XLIB.
-X11BASE -> LOCALBASE, libglade lives in LOCALBASE.
-Bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6858 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math/guppi/files/patch-configure')
-rw-r--r-- | math/guppi/files/patch-configure | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/math/guppi/files/patch-configure b/math/guppi/files/patch-configure new file mode 100644 index 000000000..502653ff7 --- /dev/null +++ b/math/guppi/files/patch-configure @@ -0,0 +1,37 @@ + +$FreeBSD: ports/math/guppi/files/patch-configure,v 1.4 2002/03/14 14:24:24 sobomax Exp $ + +--- 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 |