Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 7301 | Differences between
and this patch

Collapse All | Expand All

(-)libdv-0.98/configure.orig (-2 / +29 lines)
Lines 7184-7189 Link Here
7184
  HOST_X86_FALSE=
7184
  HOST_X86_FALSE=
7185
fi
7185
fi
7186
7186
7187
if $use_gtk; then
7187
REQUIRES='glib >= 1.2.4 gtk+ >= 1.2.4'
7188
REQUIRES='glib >= 1.2.4 gtk+ >= 1.2.4'
7188
7189
7189
  succeeded=no
7190
  succeeded=no
Lines 7278-7286 Link Here
7278
echo "$as_me: error: Library requirements ($REQUIRES) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;}
7279
echo "$as_me: error: Library requirements ($REQUIRES) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;}
7279
   { (exit 1); exit 1; }; }
7280
   { (exit 1); exit 1; }; }
7280
  fi
7281
  fi
7281
7282
fi
7282
REQUIRES=''
7283
REQUIRES=''
7283
7284
7285
7284
if $use_sdl; then
7286
if $use_sdl; then
7285
	echo "$as_me:7285: checking target system type" >&5
7287
	echo "$as_me:7285: checking target system type" >&5
7286
echo $ECHO_N "checking target system type... $ECHO_C" >&6
7288
echo $ECHO_N "checking target system type... $ECHO_C" >&6
Lines 9487-9494 Link Here
9487
9489
9488
fi
9490
fi
9489
done
9491
done
9490
9492
if test "x$enable_gtktest" = "xyes" ; then
9491
ac_config_files="$ac_config_files Makefile libdv.spec libdv.pc libdv/Makefile playdv/Makefile encodedv/Makefile"
9493
ac_config_files="$ac_config_files Makefile libdv.spec libdv.pc libdv/Makefile playdv/Makefile encodedv/Makefile"
9494
else
9495
ac_config_files="$ac_config_files Makefile libdv.spec libdv.pc libdv/Makefile"
9496
fi
9492
cat >confcache <<\_ACEOF
9497
cat >confcache <<\_ACEOF
9493
# This file is a shell script that caches the results of configure
9498
# This file is a shell script that caches the results of configure
9494
# tests run on this system so they can be shared between configure
9499
# tests run on this system so they can be shared between configure
Lines 9817-9822 Link Here
9817
cat >>$CONFIG_STATUS <<\_ACEOF
9822
cat >>$CONFIG_STATUS <<\_ACEOF
9818
for ac_config_target in $ac_config_targets
9823
for ac_config_target in $ac_config_targets
9819
do
9824
do
9825
if test "x$enable_gtktest" = "xyes" ; then
9820
  case "$ac_config_target" in
9826
  case "$ac_config_target" in
9821
  # Handling of arguments.
9827
  # Handling of arguments.
9822
  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
9828
  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
Lines 9831-9836 Link Here
9831
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
9837
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
9832
   { (exit 1); exit 1; }; };;
9838
   { (exit 1); exit 1; }; };;
9833
  esac
9839
  esac
9840
else
9841
  case "$ac_config_target" in
9842
  # Handling of arguments.
9843
  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
9844
  "libdv.spec" ) CONFIG_FILES="$CONFIG_FILES libdv.spec" ;;
9845
  "libdv.pc" ) CONFIG_FILES="$CONFIG_FILES libdv.pc" ;;
9846
  "libdv/Makefile" ) CONFIG_FILES="$CONFIG_FILES libdv/Makefile" ;;
9847
  "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
9848
  "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
9849
  *) { { echo "$as_me:9830: error: invalid argument: $ac_config_target" >&5
9850
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
9851
   { (exit 1); exit 1; }; };;
9852
  esac
9853
fi
9834
done
9854
done
9835
9855
9836
# If the user did not use the arguments to specify the items to instantiate,
9856
# If the user did not use the arguments to specify the items to instantiate,
Lines 9850-9855 Link Here
9850
  trap '{ (exit 1); exit 1; }' 1 2 13 15
9870
  trap '{ (exit 1); exit 1; }' 1 2 13 15
9851
}
9871
}
9852
9872
9873
if test "x$enable_gtktest" = "xyes" ; then
9874
   subdirs="libdv playdv encodedv"
9875
else
9876
   subdirs="libdv"
9877
fi
9878
9853
# Create a (secure) tmp directory for tmp files.
9879
# Create a (secure) tmp directory for tmp files.
9854
: ${TMPDIR=/tmp}
9880
: ${TMPDIR=/tmp}
9855
{
9881
{
Lines 9978-9983 Link Here
9978
s,@REQUIRES_NOPKGCONFIG@,$REQUIRES_NOPKGCONFIG,;t t
10004
s,@REQUIRES_NOPKGCONFIG@,$REQUIRES_NOPKGCONFIG,;t t
9979
s,@ac_aux_dir@,$ac_aux_dir,;t t
10005
s,@ac_aux_dir@,$ac_aux_dir,;t t
9980
s,@RPM_RELEASE@,$RPM_RELEASE,;t t
10006
s,@RPM_RELEASE@,$RPM_RELEASE,;t t
10007
s,@subdirs@,$subdirs,;t t
9981
CEOF
10008
CEOF
9982
10009
9983
_ACEOF
10010
_ACEOF

Return to bug 7301